use insert function instead of for loop
[LibreOffice.git] / scp2 / source / python / module_python_librelogo.scp
bloba056d49acc3ec593a5f8b51e0f8549601ff80ded
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 DISABLE_PYUNO
14 Module gid_Module_Optional_Pyuno_LibreLogo
15     PackageInfo = "packinfo_office.txt";
16     MOD_NAME_DESC ( MODULE_OPTIONAL_PYTHON_LIBRELOGO );
17     ParentID = gid_Module_Optional;
18     Sortkey = "810";
19     Files = (auto_python_librelogo_ALL,
20              gid_File_Share_Registry_LibreLogo_Xcd);
21     Default = YES;
22     Styles = ( );
23 End
24 #endif