bump product version to 4.1.6.2
[LibreOffice.git] / scp2 / source / accessories / file_gallery_accessories.scp
blob0ee01b61379b72d6c70bc45669f03243074de4af
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  */
9 #include "macros.inc"
11 /* *** Accessories Extras *** */
13 /* ** Gallery ** */
15 #ifdef WITH_EXTRA_GALLERY
17 File gid_File_Extra_Gallery_Accessories
18     Dir = FILELIST_DIR;
19     TXT_FILE_BODY;
20     Styles = (FILELIST);
21     Name = "extras_accessoriesgallery.filelist";
22 End
24 File gid_File_Extra_Gallery_Draws_People_Accessories
25     Dir = FILELIST_DIR;
26     TXT_FILE_BODY;
27     Styles = (FILELIST);
28     Name = "extras_accessoriesgallerydrawspeople.filelist";
29 End
31 File gid_File_Extra_Gallery_Photos_Plants_Accessories
32     Dir = FILELIST_DIR;
33     TXT_FILE_BODY;
34     Styles = (FILELIST);
35     Name = "extras_accessoriesgalleryphotosplants.filelist";
36 End
38 File gid_File_Extra_Gallery_Photos_Celebration_Accessories
39     Dir = FILELIST_DIR;
40     TXT_FILE_BODY;
41     Styles = (FILELIST);
42     Name = "extras_accessoriesgalleryphotoscelebration.filelist";
43 End
45 File gid_File_Extra_Gallery_Photos_Fauna_Accessories
46     Dir = FILELIST_DIR;
47     TXT_FILE_BODY;
48     Styles = (FILELIST);
49     Name = "extras_accessoriesgalleryphotosfauna.filelist";
50 End
52 File gid_File_Extra_Gallery_Photos_Flowers_Accessories
53     Dir = FILELIST_DIR;
54     TXT_FILE_BODY;
55     Styles = (FILELIST);
56     Name = "extras_accessoriesgalleryphotosflowers.filelist";
57 End
59 File gid_File_Extra_Gallery_Photos_FoodsandDrinks_Accessories
60     Dir = FILELIST_DIR;
61     TXT_FILE_BODY;
62     Styles = (FILELIST);
63     Name = "extras_accessoriesgalleryphotosfoodsanddrinks.filelist";
64 End
66 File gid_File_Extra_Gallery_Photos_Humans_Accessories
67     Dir = FILELIST_DIR;
68     TXT_FILE_BODY;
69     Styles = (FILELIST);
70     Name = "extras_accessoriesgalleryphotoshumans.filelist";
71 End
73 File gid_File_Extra_Gallery_Photos_Landscapes_Accessories
74     Dir = FILELIST_DIR;
75     TXT_FILE_BODY;
76     Styles = (FILELIST);
77     Name = "extras_accessoriesgalleryphotoslandscapes.filelist";
78 End
80 File gid_File_Extra_Gallery_Photos_Buildings_Accessories
81     Dir = FILELIST_DIR;
82     TXT_FILE_BODY;
83     Styles = (FILELIST);
84     Name = "extras_accessoriesgalleryphotosbuildings.filelist";
85 End
87 File gid_File_Extra_Gallery_Photos_Objects_Accessories
88     Dir = FILELIST_DIR;
89     TXT_FILE_BODY;
90     Styles = (FILELIST);
91     Name = "extras_accessoriesgalleryphotosobjects.filelist";
92 End
94 File gid_File_Extra_Gallery_Photos_Cities_Accessories
95     Dir = FILELIST_DIR;
96     TXT_FILE_BODY;
97     Styles = (FILELIST);
98     Name = "extras_accessoriesgalleryphotoscities.filelist";
99 End
101 File gid_File_Extra_Gallery_Photos_Space_Accessories
102     Dir = FILELIST_DIR;
103     TXT_FILE_BODY;
104     Styles = (FILELIST);
105     Name = "extras_accessoriesgalleryphotosspace.filelist";
108 File gid_File_Extra_Gallery_Photos_Statues_Accessories
109     Dir = FILELIST_DIR;
110     TXT_FILE_BODY;
111     Styles = (FILELIST);
112     Name = "extras_accessoriesgalleryphotosstatues.filelist";
115 File gid_File_Extra_Gallery_Photos_Travel_Accessories
116     Dir = FILELIST_DIR;
117     TXT_FILE_BODY;
118     Styles = (FILELIST);
119     Name = "extras_accessoriesgalleryphotostravel.filelist";
122 File gid_File_Extra_Gallery_Elements_Bullets2_Accessories
123     Dir = FILELIST_DIR;
124     TXT_FILE_BODY;
125     Styles = (FILELIST);
126     Name = "extras_accessoriesgalleryelementsbullets2.filelist";
129 File gid_File_Extra_Gallery_NONFREE_Accessories
130     Dir = FILELIST_DIR;
131     TXT_FILE_BODY;
132     Styles = (FILELIST);
133     Name = "extras_accessoriesgallerynonfree.filelist";
136 #endif