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