[Libreoffice-commits] .: Branch 'feature/helppack' - scp2/source
Michael Meeks
mmeeks at kemper.freedesktop.org
Fri Dec 17 08:41:11 PST 2010
scp2/source/templates/module_helppack.sct | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 215589865eb4847f560d6400be298a828b23d1cb
Author: Michael Meeks <michael.meeks at novell.com>
Date: Fri Dec 17 16:40:08 2010 +0000
fix #if for #else to avoid explosion
diff --git a/scp2/source/templates/module_helppack.sct b/scp2/source/templates/module_helppack.sct
index ac8779a..3b80cd8 100644
--- a/scp2/source/templates/module_helppack.sct
+++ b/scp2/source/templates/module_helppack.sct
@@ -32,7 +32,7 @@ Module gid_Module_Helppack_Root_<LANGUAGE_>
MOD_NAME_DESC(MODULE_HELPPACK_<LANGUAGEBIG_>);
#ifdef WITH_HELPPACK_INTEGRATION
Styles =(FORCEHELPPACK, SHOW_MULTILINGUAL_ONLY, USELANGUAGENAME, LANGUAGEMODULE);
-#ifdef WITH_HELPPACK_INTEGRATION
+#else
Styles =(HELPPACK, HIDDEN_ROOT, USELANGUAGENAME, LANGUAGEMODULE);
#endif
End
More information about the Libreoffice-commits
mailing list