Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / scp2 / source / writer / module_writer.scp
blob8ae986903f5ee838076d81801dedcc467cb92e35
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  ************************************************************************/
28 #include "macros.inc"
30 Module gid_Module_Prg_Wrt
31     MOD_NAME_DESC(MODULE_PRG_WRT);
32     ParentID = gid_Module_Prg;
33     Sortkey = "100";
34     Styles =(APPLICATIONMODULE);
35 End
37 Module gid_Module_Prg_Wrt_Bin
38     PackageInfo = "packinfo_office.txt";
39     MOD_NAME_DESC ( MODULE_PRG_WRT_BIN );
40     ParentID = gid_Module_Prg_Wrt;
41     Sortkey = "100";
42     Minimal = YES;
43     Default = YES;
44     Styles = (HIDDEN_ROOT);
45     Files = (gid_File_Bin_Cde_Sagenda,gid_File_Bin_Cde_Sfax,gid_File_Bin_Cde_Slabel,
46     gid_File_Bin_Cde_Sletter,gid_File_Bin_Cde_Smemo,gid_File_Bin_Cde_Svcard,
47     gid_File_Lib_Hwpreader,
48     gid_File_Lib_Swd,
49     gid_File_Lib_Swui,
50     gid_File_Lib_Msword,
51     gid_File_Lib_WpftWriter,
52     gid_File_Lib_T602Filter,
53     gid_File_Lib_Vbaswobj,
54     gid_File_Lib_Writerfilter,
55     gid_File_Lib_Wlwp,
56     gid_File_Share_Config_Sofficecfg_Writer_Menubar_Xml,
57     gid_File_Share_Config_Sofficecfg_Writerweb_Menubar_Xml,
58     gid_File_Share_Config_Sofficecfg_Writerglobal_Menubar_Xml,
59     gid_File_Jar_Email, 
60     gid_File_Jar_Mail, 
61     gid_File_Jar_Activation,
62     gid_File_Share_Registry_Writer_Xcd,
63     gid_File_Tmp_Userinstall_Wrt_Inf);
64 End
66 Module gid_Module_Brand_Prg_Wrt
67     PackageInfo = "packinfo_brand.txt";
68     Name = "gid_Module_Brand_Prg_Wrt";
69     Description = "gid_Module_Brand_Prg_Wrt";
70     ParentID = gid_Module_Prg_Wrt;
71     Sortkey = "100";
72     InstallOrder = "1040";
73     Minimal = YES;
74     Default = YES;
75     Styles = (HIDDEN_ROOT);
76     Files = (gid_File_Exe_Swriter,gid_File_Exe_Sweb);
77 End
79 Module gid_Module_Langpack_Writer_Template
80     ParentID = gid_Module_Prg_Wrt_Bin;
81     Name = "gid_Module_Langpack_Writer_Template";
82     Description = "gid_Module_Langpack_Writer_Template";
83     Styles = (TEMPLATEMODULE);
84     Files = (gid_File_Res_T602Filter);
85 End
87 Module gid_Module_Prg_Wrt_MSO_Reg
88     ParentID = gid_Module_Prg_Wrt;
89     Name = "gid_Module_Prg_Wrt_MSO_Reg";
90     Description = "gid_Module_Prg_Wrt_MSO_Reg";
91     Styles = (HIDDEN_ROOT);
92     Minimal = YES;
93     Default = YES;
94 End
97 #include "alllangmodules_writer.inc"