Kaydet (Commit) 3f3d6844 authored tarafından Andras Timar's avatar Andras Timar

add name/description in order to avoid warnings in feature.pm

Change-Id: I291d4d969c73d39f3c02511cb7ea2dce27f163d6
üst 79fc6b82
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
#ifndef SYSTEM_FIREBIRD #ifndef SYSTEM_FIREBIRD
Module gid_Module_Firebird Module gid_Module_Firebird
Name = "Firebird"
Description = "Firebird"
PackageInfo = "packinfo_office.txt"; PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root_Brand; ParentID = gid_Module_Root_Brand;
Files = ( Files = (
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
#include "macros.inc" #include "macros.inc"
Module gid_Module_Pdfimport Module gid_Module_Pdfimport
Name = "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);
......
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
Module gid_Module_Pyuno Module gid_Module_Pyuno
PackageInfo = "packinfo_office.txt"; PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root_Brand; ParentID = gid_Module_Root_Brand;
Name = "PyUNO"
Description = "Python-UNO bridge"
Dirs = (gid_Dir_PythonFramework, Dirs = (gid_Dir_PythonFramework,
gid_Dir_PythonFramework_Versions, gid_Dir_PythonFramework_Versions,
gid_Dir_PythonFramework_Versions_ver, gid_Dir_PythonFramework_Versions_ver,
...@@ -69,6 +71,8 @@ Module gid_Module_Pyuno ...@@ -69,6 +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"
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