fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / source / impress / module_impress.scp
blob9d32917bc1239d9210e647d5a4800866773c5629
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/impress"
22 #include "AutoInstall/impress_brand"
24 Module gid_Module_Prg_Impress
25     MOD_NAME_DESC ( MODULE_PRG_IMPRESS );
26     ParentID = gid_Module_Prg;
27     Sortkey = "400";
28     Styles =(APPLICATIONMODULE);
29 End
31 Module gid_Module_Prg_Impress_Bin
32     PackageInfo = "packinfo_office.txt";
33     MOD_NAME_DESC ( MODULE_PRG_IMPRESS_BIN );
34     ParentID = gid_Module_Prg_Impress;
35     Sortkey = "100";
36     Default = YES;
37     Styles = (HIDDEN_ROOT);
38     Files = (auto_impress_ALL,
39     gid_File_Extra_Urldesktop_Impress,gid_File_Extra_Urlnew_Impress,gid_File_Extra_Urlstart_Impress,gid_File_Extra_Urltasks_Impress,
40     gid_File_Share_Registry_Impress_Xcd,
41     gid_File_sd_xml,
42     gid_File_Tmp_Userinstall_Impress_Inf);
43 End
45 Module gid_Module_Brand_Prg_Impress
46     PackageInfo = "packinfo_brand.txt";
47     Name = "gid_Module_Brand_Prg_Impress";
48     Description = "gid_Module_Brand_Prg_Impress";
49     ParentID = gid_Module_Prg_Impress;
50     Sortkey = "100";
51     InstallOrder = "1040";
52     Default = YES;
53     Styles = (HIDDEN_ROOT);
54     Files = (auto_impress_brand_ALL);
55 End
57 Module gid_Module_Langpack_Impress_Template
58     ParentID = gid_Module_Prg_Impress_Bin;
59     Name = "gid_Module_Langpack_Impress_Template";
60     Description = "gid_Module_Langpack_Impress_Template";
61     Styles = (TEMPLATEMODULE);
62     Files = ();
63 End
65 Module gid_Module_Prg_Impress_MSO_Reg
66     ParentID = gid_Module_Prg_Impress;
67     Name = "gid_Module_Prg_Impress_MSO_Reg";
68     Description = "gid_Module_Prg_Impress_MSO_Reg";
69     Styles = (HIDDEN_ROOT);
70     Default = YES;
71 End
73 Module gid_Module_Prg_Impress_Other_Reg
74     ParentID = gid_Module_Prg_Impress;
75     Name = "gid_Module_Prg_Impress_Other_Reg";
76     Description = "gid_Module_Prg_Impress_Other_Reg";
77     Styles = (HIDDEN_ROOT);
78     Default = YES;
79 End
81 #include "alllangmodules_impress.inc"