[Libreoffice-commits] core.git: scp2/source

Peter Foley pefoley2 at verizon.net
Mon Feb 25 16:21:48 PST 2013


 scp2/source/ooo/module_pdfimport.scp |    1 +
 scp2/source/python/module_python.scp |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit c0ef3bb1140229a27c924c8f74a0adb0792f64f6
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Mon Feb 25 19:18:57 2013 -0500

    fix helppack creation on windows
    
    Change-Id: I0242cc0adda1d12a9daac38bebe810aa38d2865b

diff --git a/scp2/source/ooo/module_pdfimport.scp b/scp2/source/ooo/module_pdfimport.scp
index 897bd6c..8520109 100644
--- a/scp2/source/ooo/module_pdfimport.scp
+++ b/scp2/source/ooo/module_pdfimport.scp
@@ -26,6 +26,7 @@
 #include "macros.inc"
 
 Module gid_Module_Pdfimport
+    MOD_NAME_DESC(MODULE_PRG_PDFIMPORT);
     ParentID = gid_Module_Root_Brand;
     Styles = (HIDDEN_ROOT);
     Dirs = (gid_Dir_Share_Xpdfimport);
diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp
index ec258cd..092e338 100644
--- a/scp2/source/python/module_python.scp
+++ b/scp2/source/python/module_python.scp
@@ -30,6 +30,7 @@
 #ifndef DISABLE_PYUNO
 
 Module gid_Module_Pyuno
+    MOD_NAME_DESC(MODULE_PRG_PYUNO);
     ParentID = gid_Module_Root_Brand;
     Dirs = (gid_Dir_PythonFramework,
             gid_Dir_PythonFramework_Versions,


More information about the Libreoffice-commits mailing list