summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-04-01 15:14:49 +0000
committerRüdiger Timm <rt@openoffice.org>2005-04-01 15:14:49 +0000
commite0b88ec41506cdc756da7cf8b22d83ce3181262a (patch)
tree448dc879b8556256cff46d8fc6d8e907593caee9 /officecfg
parentf780ace50aa251fe4982d43083d0692ae96411c7 (diff)
INTEGRATION: CWS fwkfinal6 (1.42.6); FILE MERGED
2005/03/24 08:08:57 as 1.42.6.1: #i45855# disable HelpOnOpen feature by default by using NIL value explicitly
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Setup.xcs10
1 files changed, 7 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs
index 0ec27ab2c827..ee6a5b3e1773 100644
--- a/officecfg/registry/schema/org/openoffice/Setup.xcs
+++ b/officecfg/registry/schema/org/openoffice/Setup.xcs
@@ -4,9 +4,9 @@
*
* $RCSfile: Setup.xcs,v $
*
- * $Revision: 1.43 $
+ * $Revision: 1.44 $
*
- * last change: $Author: vg $ $Date: 2005-03-23 16:02:17 $
+ * last change: $Author: rt $ $Date: 2005-04-01 16:14:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -200,7 +200,11 @@
<author>AS</author>
<desc>Enable/disable automatic showing of the start help page for this office factory, if any document suitable for this factory is opened.</desc>
</info>
- <value>false</value>
+ <!-- Attention: Because this feature must be enabled explicitly, we define the following:
+ a) value = NIL => feature disabled
+ b) value = false/true => feature enabled but inactive/active
+ default = a) => no value inside xcs!
+ -->
</prop>
</group>
</templates>