diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/module_pdfimport.scp | 2 | ||||
-rw-r--r-- | scp2/source/ooo/module_reportbuilder.scp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/ooo/module_pdfimport.scp b/scp2/source/ooo/module_pdfimport.scp index 8520109577e1..06f4583673af 100644 --- a/scp2/source/ooo/module_pdfimport.scp +++ b/scp2/source/ooo/module_pdfimport.scp @@ -26,7 +26,7 @@ #include "macros.inc" Module gid_Module_Pdfimport - MOD_NAME_DESC(MODULE_PRG_PDFIMPORT); + PackageInfo = "packinfo_office.txt"; ParentID = gid_Module_Root_Brand; Styles = (HIDDEN_ROOT); Dirs = (gid_Dir_Share_Xpdfimport); diff --git a/scp2/source/ooo/module_reportbuilder.scp b/scp2/source/ooo/module_reportbuilder.scp index 89c0639ac25d..241e10a477d0 100644 --- a/scp2/source/ooo/module_reportbuilder.scp +++ b/scp2/source/ooo/module_reportbuilder.scp @@ -10,7 +10,7 @@ #include "macros.inc" Module gid_Module_Reportbuilder - MOD_NAME_DESC(MODULE_PRG_REPORTBUILDER); + PackageInfo = "packinfo_office.txt"; ParentID = gid_Module_Root_Brand; Styles = (HIDDEN_ROOT); Dirs = (gid_Dir_Share_Reportbuilder); |