1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "macros.inc"
25
26STD_LIB_FILE( gid_File_Lib_Swd , swd)
27
28File gid_File_Exe_Swriter
29    BIN_FILE_BODY;
30    Dir = gid_Brand_Dir_Program;
31    Name = EXENAME(swriter);
32  #ifdef WNT
33    FileDescription = "%PRODUCTNAME Writer";
34    Styles = (PACKED, PATCH_SO_NAME);
35  #else
36    Styles = (PACKED);
37  #endif
38End
39
40#ifdef WNT
41File gid_File_Exe_Sweb
42    BIN_FILE_BODY;
43    Dir = gid_Brand_Dir_Program;
44    Name = EXENAME(sweb);
45    FileDescription = "%PRODUCTNAME Writer(Web)";
46    Styles = (PACKED, PATCH_SO_NAME);
47End
48#endif
49
50File gid_File_Help_Swriter_Zip
51    Dir = gid_Dir_Help_Isolanguage;
52    ARCHIVE_TXT_FILE_BODY;
53    EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(swriter);
54    Patchfiles = ();
55End
56
57/*
58File gid_File_Share_Config_Sofficecfg_Writer_Menubar_Xml
59    TXT_FILE_BODY;
60    Styles = (PACKED);
61    Dir = gid_Dir_Share_Config_Sofficecfg_Swriter_Menubar;
62    Name = "/uiconfig/swriter/menubar/menubar.xml";
63End
64
65File gid_File_Share_Config_Sofficecfg_Writerweb_Menubar_Xml
66    TXT_FILE_BODY;
67    Styles = (PACKED);
68    Dir = gid_Dir_Share_Config_Sofficecfg_Sweb_Menubar;
69    Name = "/uiconfig/sweb/menubar/menubar.xml";
70End
71
72File gid_File_Share_Config_Sofficecfg_Writerglobal_Menubar_Xml
73    TXT_FILE_BODY;
74    Styles = (PACKED);
75    Dir = gid_Dir_Share_Config_Sofficecfg_Sglobal_Menubar;
76    Name = "/uiconfig/sglobal/menubar/menubar.xml";
77End
78*/
79
80File gid_File_Share_Registry_Writer_Xcd
81    TXT_FILE_BODY;
82    Styles = (PACKED);
83    Dir = gid_Dir_Share_Registry;
84    Name = "writer.xcd";
85End
86