Stop leaking all ScPostIt instances.
[LibreOffice.git] / scp2 / source / math / module_math.scp
blobd43317885f52c45944969895a740fd484189bc39
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "macros.inc"
21 #include "AutoInstall/math"
23 Module gid_Module_Prg_Math
24     MOD_NAME_DESC ( MODULE_PRG_MATH );
25     ParentID = gid_Module_Prg;
26     Sortkey = "600";
27     Styles =(APPLICATIONMODULE);
28 End
30 Module gid_Module_Prg_Math_Bin
31     PackageInfo = "packinfo_office.txt";
32     MOD_NAME_DESC ( MODULE_PRG_MATH_BIN );
33     ParentID = gid_Module_Prg_Math;
34     Sortkey = "100";
35     Minimal = YES;
36     Default = YES;
37     Styles = (HIDDEN_ROOT);
38     Files = (auto_math_ALL,
39         gid_File_Extra_Urlmore_Math,gid_File_Extra_Urlnew_Math,gid_File_Extra_Urltasks_Math,
40     gid_File_Share_Registry_Math_Xcd,
41     gid_File_Tmp_Userinstall_Math_Inf);
42 End
44 Module gid_Module_Brand_Prg_Math
45     PackageInfo = "packinfo_brand.txt";
46     Name = "gid_Module_Brand_Prg_Math";
47     Description = "gid_Module_Brand_Prg_Math";
48     ParentID = gid_Module_Prg_Math;
49     Sortkey = "100";
50     InstallOrder = "1040";
51     Minimal = YES;
52     Default = YES;
53     Styles = (HIDDEN_ROOT);
54     Files = (gid_File_Exe_Smath);
55 End
57 Module gid_Module_Langpack_Math_Template
58     ParentID = gid_Module_Prg_Math_Bin;
59     Name = "gid_Module_Langpack_Math_Template";
60     Description = "gid_Module_Langpack_Math_Template";
61     Styles = (TEMPLATEMODULE);
62     Files = (gid_File_Res_Sm);
63 End
65 #include "alllangmodules_math.inc"