missing semicolons
Change-Id: Ib1cf6ec8ffe622be887c7dd567d0b44eaf1a75e6
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
#ifndef SYSTEM_FIREBIRD
|
#ifndef SYSTEM_FIREBIRD
|
||||||
|
|
||||||
Module gid_Module_Firebird
|
Module gid_Module_Firebird
|
||||||
Name = "Firebird"
|
Name = "Firebird";
|
||||||
Description = "Firebird"
|
Description = "Firebird";
|
||||||
PackageInfo = "packinfo_office.txt";
|
PackageInfo = "packinfo_office.txt";
|
||||||
ParentID = gid_Module_Root_Brand;
|
ParentID = gid_Module_Root_Brand;
|
||||||
Files = (
|
Files = (
|
||||||
|
@@ -26,8 +26,8 @@
|
|||||||
#include "macros.inc"
|
#include "macros.inc"
|
||||||
|
|
||||||
Module gid_Module_Pdfimport
|
Module gid_Module_Pdfimport
|
||||||
Name = "PDF Import"
|
Name = "PDF Import";
|
||||||
Description = "PDF Import"
|
Description = "PDF Import";
|
||||||
PackageInfo = "packinfo_office.txt";
|
PackageInfo = "packinfo_office.txt";
|
||||||
ParentID = gid_Module_Root_Brand;
|
ParentID = gid_Module_Root_Brand;
|
||||||
Styles = (HIDDEN_ROOT);
|
Styles = (HIDDEN_ROOT);
|
||||||
|
@@ -71,8 +71,8 @@ Module gid_Module_Pyuno
|
|||||||
End
|
End
|
||||||
|
|
||||||
Module gid_Module_Script_Provider_For_Python
|
Module gid_Module_Script_Provider_For_Python
|
||||||
Name = "Script Provider For Python"
|
Name = "Script Provider For Python";
|
||||||
Description = "Script Provider For Python"
|
Description = "Script Provider For Python";
|
||||||
PackageInfo = "packinfo_office.txt";
|
PackageInfo = "packinfo_office.txt";
|
||||||
ParentID = gid_Module_Root_Brand;
|
ParentID = gid_Module_Root_Brand;
|
||||||
Files = ( gid_File_scriptproviderforpython );
|
Files = ( gid_File_scriptproviderforpython );
|
||||||
|
Reference in New Issue
Block a user