Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / scp2 / source / math / module_math.scp
blob960c3203ba6dbc38ee87786dd5a082621538586f
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_Math
31     MOD_NAME_DESC ( MODULE_PRG_MATH );
32     ParentID = gid_Module_Prg;
33     Sortkey = "600";
34     Styles =(APPLICATIONMODULE);
35 End
37 Module gid_Module_Prg_Math_Bin
38     PackageInfo = "packinfo_office.txt";
39     MOD_NAME_DESC ( MODULE_PRG_MATH_BIN );
40     ParentID = gid_Module_Prg_Math;
41     Sortkey = "100";
42     Minimal = YES;
43     Default = YES;
44     Styles = (HIDDEN_ROOT);
45     Files = (gid_File_Html_W3c_Ipr,gid_File_Lib_Sm,gid_File_Lib_Smd,gid_File_Extra_Urlmore_Math,gid_File_Extra_Urlnew_Math,gid_File_Extra_Urltasks_Math,
46     gid_File_Share_Registry_Math_Xcd,
47     gid_File_Tmp_Userinstall_Math_Inf);
48 End
50 Module gid_Module_Brand_Prg_Math
51     PackageInfo = "packinfo_brand.txt";
52     Name = "gid_Module_Brand_Prg_Math";
53     Description = "gid_Module_Brand_Prg_Math";
54     ParentID = gid_Module_Prg_Math;
55     Sortkey = "100";
56     InstallOrder = "1040";
57     Minimal = YES;
58     Default = YES;
59     Styles = (HIDDEN_ROOT);
60     Files = (gid_File_Exe_Smath);
61 End
63 Module gid_Module_Langpack_Math_Template
64     ParentID = gid_Module_Prg_Math_Bin;
65     Name = "gid_Module_Langpack_Math_Template";
66     Description = "gid_Module_Langpack_Math_Template";
67     Styles = (TEMPLATEMODULE);
68     Files = (gid_File_Res_Sm);
69 End
71 #include "alllangmodules_math.inc"