bump product version to 4.1.6.2
[LibreOffice.git] / scp2 / source / math / module_math.scp
blob167b556ac89503cc2b2e9e67609707ceb1263502
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 Module gid_Module_Prg_Math
22     MOD_NAME_DESC ( MODULE_PRG_MATH );
23     ParentID = gid_Module_Prg;
24     Sortkey = "600";
25     Styles =(APPLICATIONMODULE);
26 End
28 Module gid_Module_Prg_Math_Bin
29     PackageInfo = "packinfo_office.txt";
30     MOD_NAME_DESC ( MODULE_PRG_MATH_BIN );
31     ParentID = gid_Module_Prg_Math;
32     Sortkey = "100";
33     Minimal = YES;
34     Default = YES;
35     Styles = (HIDDEN_ROOT);
36     Files = (gid_File_Lib_Sm,gid_File_Lib_Smd,gid_File_Extra_Urlmore_Math,gid_File_Extra_Urlnew_Math,gid_File_Extra_Urltasks_Math,
37     gid_File_Share_Registry_Math_Xcd,
38     gid_File_Tmp_Userinstall_Math_Inf);
39 End
41 Module gid_Module_Brand_Prg_Math
42     PackageInfo = "packinfo_brand.txt";
43     Name = "gid_Module_Brand_Prg_Math";
44     Description = "gid_Module_Brand_Prg_Math";
45     ParentID = gid_Module_Prg_Math;
46     Sortkey = "100";
47     InstallOrder = "1040";
48     Minimal = YES;
49     Default = YES;
50     Styles = (HIDDEN_ROOT);
51     Files = (gid_File_Exe_Smath);
52 End
54 Module gid_Module_Langpack_Math_Template
55     ParentID = gid_Module_Prg_Math_Bin;
56     Name = "gid_Module_Langpack_Math_Template";
57     Description = "gid_Module_Langpack_Math_Template";
58     Styles = (TEMPLATEMODULE);
59     Files = (gid_File_Res_Sm);
60 End
62 #include "alllangmodules_math.inc"