summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2002-11-25 13:54:39 +0000
committerJörg Barfurth <jb@openoffice.org>2002-11-25 13:54:39 +0000
commitf06144ed167c0773389aec412f674cdf21205894 (patch)
tree9da888d2f8f84c21522ee9e93cba95a340b26a09 /officecfg
parent7582f6bf156c3dac5c02c228f9857e7eef2a68f3 (diff)
#105114# Add setting to control initial import of user data for central configuration
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Setup.xcu9
-rw-r--r--officecfg/registry/schema/org/openoffice/Setup.xcs20
2 files changed, 25 insertions, 4 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu
index ed265a3624f7..ed1ecd23e67e 100644
--- a/officecfg/registry/data/org/openoffice/Setup.xcu
+++ b/officecfg/registry/data/org/openoffice/Setup.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: Setup.xcu,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jb $ $Date: 2002-11-08 16:50:19 $
+ * last change: $Author: jb $ $Date: 2002-11-25 14:54:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,4 +77,9 @@
<value>en-US</value>
</prop>
</node>
+ <node oor:name="Configuration">
+ <prop oor:name="TransferUserSettingsOnce" oor:type="xs:boolean">
+ <value>true</value>
+ </prop>
+ </node>
</oor:node>
diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs
index ec2720ff71ba..a1bdae175299 100644
--- a/officecfg/registry/schema/org/openoffice/Setup.xcs
+++ b/officecfg/registry/schema/org/openoffice/Setup.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Setup.xcs,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: jb $ $Date: 2002-11-20 17:03:37 $
+ * last change: $Author: jb $ $Date: 2002-11-25 14:54:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -249,5 +249,21 @@
<value/> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
</group>
+ <group oor:name="Configuration">
+ <info>
+ <author>JB</author>
+ <desc xml:lang="en-US">Settings that control configuration data access.</desc>
+ </info>
+ <prop oor:name="TransferUserSettingsOnce" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <author>JB</author>
+ <desc xml:lang="en-US">Indicates that user settings should be imported,
+ if the backend does not yet contain data for this user.
+ This only takes effect, if the source of the import is configured locally.
+ </desc>
+ <label xml:lang="en-US">Transfer User Settings Once on First Start</label>
+ </info>
+ </prop>
+ </group>
</component>
</oor:component-schema>