bump product version to 4.1.6.2
[LibreOffice.git] / scp2 / source / python / file_python_librelogo.scp
blobd78bdd2f457328696bceee832d98209a879b69d4
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 #ifndef AIX
12 #ifndef DISABLE_PYUNO
13 File gid_File_LibreLogo
14     TXT_FILE_BODY;
15     Styles = (FILELIST);
16     Dir = FILELIST_DIR;
17     Name = "librelogo.filelist";
18 End
20 File gid_File_LibreLogoProperties
21     TXT_FILE_BODY;
22     Styles = (FILELIST);
23     Dir = FILELIST_DIR;
24     Name = "librelogo_properties.filelist";
25 End
27 File gid_File_Share_Registry_LibreLogo_Xcd
28     TXT_FILE_BODY;
29     Styles = (PACKED);
30     Dir = gid_Brand_Dir_Share_Registry;
31     Name = "librelogo.xcd";
32 End
33 #endif
34 #endif