[Libreoffice-commits] .: scp2/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Fri Dec 17 01:47:24 PST 2010
scp2/source/ooo/module_helppack.scp | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 286ae0fc7dcf99cd3c012d1da68498587efe7058
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Fri Dec 17 10:46:27 2010 +0100
don't show the helppacks in installer unless asked for it
diff --git a/scp2/source/ooo/module_helppack.scp b/scp2/source/ooo/module_helppack.scp
index 9cc9b44..3614cb9 100644
--- a/scp2/source/ooo/module_helppack.scp
+++ b/scp2/source/ooo/module_helppack.scp
@@ -32,7 +32,11 @@ Module gid_Module_Helppack_Helproot
XPDParentID = "root";
Sortkey = "300";
MOD_NAME_DESC(MODULE_ROOT_HELPPACK);
+#ifdef WITH_HELPPACK_INTEGRATION
Styles = (SHOW_MULTILINGUAL_ONLY);
+#else
+ Styles = (HIDDEN_ROOT);
+#endif
End
#include "allhelpmodules.inc"
More information about the Libreoffice-commits
mailing list