1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include "macros.inc" 29 30STD_LIB_FILE( gid_File_Lib_Swd , swd) 31 32SPECIAL_LIB_FILE(gid_File_Lib_Hwpreader, hwp) 33 34File gid_File_Exe_Swriter 35 BIN_FILE_BODY; 36 Dir = gid_Brand_Dir_Program; 37 Name = EXENAME(swriter); 38 #ifdef WNT 39 FileDescription = "%PRODUCTNAME Writer"; 40 Styles = (PACKED, PATCH_SO_NAME); 41 #else 42 Styles = (PACKED); 43 #endif 44End 45 46#ifdef WNT 47File gid_File_Exe_Sweb 48 BIN_FILE_BODY; 49 Dir = gid_Brand_Dir_Program; 50 Name = EXENAME(sweb); 51 FileDescription = "%PRODUCTNAME Writer(Web)"; 52 Styles = (PACKED, PATCH_SO_NAME); 53End 54#endif 55 56File gid_File_Help_Swriter_Zip 57 Dir = gid_Dir_Help_Isolanguage; 58 ARCHIVE_TXT_FILE_BODY; 59 EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(swriter); 60 Patchfiles = (); 61End 62 63/* 64File gid_File_Share_Config_Sofficecfg_Writer_Menubar_Xml 65 TXT_FILE_BODY; 66 Styles = (PACKED); 67 Dir = gid_Dir_Share_Config_Sofficecfg_Swriter_Menubar; 68 Name = "/uiconfig/swriter/menubar/menubar.xml"; 69End 70 71File gid_File_Share_Config_Sofficecfg_Writerweb_Menubar_Xml 72 TXT_FILE_BODY; 73 Styles = (PACKED); 74 Dir = gid_Dir_Share_Config_Sofficecfg_Sweb_Menubar; 75 Name = "/uiconfig/sweb/menubar/menubar.xml"; 76End 77 78File gid_File_Share_Config_Sofficecfg_Writerglobal_Menubar_Xml 79 TXT_FILE_BODY; 80 Styles = (PACKED); 81 Dir = gid_Dir_Share_Config_Sofficecfg_Sglobal_Menubar; 82 Name = "/uiconfig/sglobal/menubar/menubar.xml"; 83End 84*/ 85 86File gid_File_Share_Registry_Writer_Xcd 87 TXT_FILE_BODY; 88 Styles = (PACKED); 89 Dir = gid_Dir_Share_Registry; 90 Name = "writer.xcd"; 91End 92