Bump version to 6.0-36
[LibreOffice.git] / scp2 / source / python / module_python_librelogo.scp
blob6f0dbc89d1df70f8d6541b49a513510cf3ad96aa
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 #include "AutoInstall/python_librelogo"
13 #ifndef AIX
14 #ifndef DISABLE_PYUNO
15 Module gid_Module_Optional_Pyuno_LibreLogo
16     PackageInfo = "packinfo_office.txt";
17     MOD_NAME_DESC ( MODULE_OPTIONAL_PYTHON_LIBRELOGO );
18     ParentID = gid_Module_Optional;
19     Sortkey = "810";
20     Files = (auto_python_librelogo_ALL,
21              gid_File_Share_Registry_LibreLogo_Xcd);
22     Default = NO;
23     Styles = ( );
24 End
25 #endif
26 #endif