add name/description in order to avoid warnings in feature.pm
Change-Id: I291d4d969c73d39f3c02511cb7ea2dce27f163d6
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
#ifndef SYSTEM_FIREBIRD
|
||||
|
||||
Module gid_Module_Firebird
|
||||
Name = "Firebird"
|
||||
Description = "Firebird"
|
||||
PackageInfo = "packinfo_office.txt";
|
||||
ParentID = gid_Module_Root_Brand;
|
||||
Files = (
|
||||
|
@@ -26,6 +26,8 @@
|
||||
#include "macros.inc"
|
||||
|
||||
Module gid_Module_Pdfimport
|
||||
Name = "PDF Import"
|
||||
Description = "PDF Import"
|
||||
PackageInfo = "packinfo_office.txt";
|
||||
ParentID = gid_Module_Root_Brand;
|
||||
Styles = (HIDDEN_ROOT);
|
||||
|
@@ -23,6 +23,8 @@
|
||||
Module gid_Module_Pyuno
|
||||
PackageInfo = "packinfo_office.txt";
|
||||
ParentID = gid_Module_Root_Brand;
|
||||
Name = "PyUNO"
|
||||
Description = "Python-UNO bridge"
|
||||
Dirs = (gid_Dir_PythonFramework,
|
||||
gid_Dir_PythonFramework_Versions,
|
||||
gid_Dir_PythonFramework_Versions_ver,
|
||||
@@ -69,6 +71,8 @@ Module gid_Module_Pyuno
|
||||
End
|
||||
|
||||
Module gid_Module_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