Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / scp2 / source / python / module_python_librelogo.scp
blob1102b87502522e1206f95813caea26be81a80516
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 = YES;
23     Styles = ( );
24 End
25 #endif
26 #endif