Kaydet (Commit) 79896c3a authored tarafından Andras Timar's avatar Andras Timar

missing semicolons

Change-Id: Ib1cf6ec8ffe622be887c7dd567d0b44eaf1a75e6
üst 914fbb57
...@@ -21,8 +21,8 @@ ...@@ -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 @@ ...@@ -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 ...@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment