fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / source / templates / module_langpack_accessories_samples.sct
blob56db3598c9c40ff87a1cab109c33e96b4ae26de4
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_Optional_Accessories_Adv_<LANGUAGE_>
22     ParentID = gid_Module_Optional_Accessories_Adv_Root_<LANGUAGE_>;
23     Sortkey = "300";
24     Language = "<LANGUAGE>";
25     Assigns = gid_Module_Optional_Accessories_Adv_Template;
26     Name = "gid_Module_Optional_Accessories_Adv_<LANGUAGE_>";
27     Description = "gid_Module_Optional_Accessories_Adv_<LANGUAGE_>";
28     PackageInfo = "packinfo_office_lang.txt";
29     Styles =(HIDDEN_ROOT, LANGUAGEMODULE);
30 End
32 Module gid_Module_Optional_Accessories_Doc_<LANGUAGE_>
33     ParentID = gid_Module_Optional_Accessories_Doc_Root_<LANGUAGE_>;
34     Sortkey = "200";
35     Language = "<LANGUAGE>";
36     Assigns = gid_Module_Optional_Accessories_Doc_Template;
37     Name = "gid_Module_Optional_Accessories_Doc_<LANGUAGE_>";
38     Description = "gid_Module_Optional_Accessories_Doc_<LANGUAGE_>";
39     PackageInfo = "packinfo_office_lang.txt";
40     Styles =(HIDDEN_ROOT, LANGUAGEMODULE);
41 End
43 Module gid_Module_Optional_Accessories_Sam_<LANGUAGE_>
44     ParentID = gid_Module_Optional_Accessories_Sam_Root_<LANGUAGE_>;
45     Sortkey = "100";
46     Language = "<LANGUAGE>";
47     Assigns = gid_Module_Optional_Accessories_Sam_Template;
48     Name = "gid_Module_Optional_Accessories_Sam_<LANGUAGE_>";
49     Description = "gid_Module_Optional_Accessories_Sam_<LANGUAGE_>";
50     PackageInfo = "packinfo_office_lang.txt";
51     Styles =(HIDDEN_ROOT, LANGUAGEMODULE);
52 End