diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-06 13:40:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-06 13:40:14 +0000 |
commit | be7a16637711dfc32f11d56a7dd19c10a13d4220 (patch) | |
tree | 5338e37c8dc4eefb8b13fce03eefce8ff61f107b /officecfg | |
parent | 827265bcc469db44f40d5756de9a75890e038d5b (diff) |
INTEGRATION: CWS fwk57 (1.5.32); FILE MERGED
2006/10/30 09:20:47 as 1.5.32.1: #142269# make UIConfig a SinglePath
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Paths.xcu | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu index 6c26b8409a95..63a49b8b7ac2 100644 --- a/officecfg/registry/data/org/openoffice/Office/Paths.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu @@ -5,9 +5,9 @@ * * $RCSfile: Paths.xcu,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2006-10-06 10:36:47 $ + * last change: $Author: kz $ $Date: 2006-11-06 14:40:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -191,6 +191,11 @@ </node> <node oor:name="UserConfig" oor:op="fuse" oor:mandatory="true"> + <prop oor:name="IsSinglePath" oor:finalized="true"> + <value>true</value> + </prop> + <node oor:name="InternalPaths" oor:finalized="true" /> + <prop oor:name="UserPaths" oor:finalized="true" /> <prop oor:name="WritePath"> <value>$(userurl)/config</value> </prop> |