diff options
author | Rene Engelhard <rene@debian.org> | 2013-03-18 18:14:08 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2013-03-18 18:17:31 +0100 |
commit | b0213e0bb4d4d81078e43dbabdefb6618a0cd8fd (patch) | |
tree | 3ccff863477ee92b00d9bca1772970ed227bb6ea /scp2 | |
parent | e837d5570af3de1a420ad21ec035463cf9babdb7 (diff) |
readd packinfo_office.txt stuff for Pdfimport/Reporbuilder
... as otherwise it ends up in gid_Module_Root_Brand, NOT
in it's own module (which is intended)
Change-Id: Ic3951ccd7471793419b04f4f2fcfe90060c6d71f
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); |