summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2002-11-19 06:42:58 +0000
committerCarsten Driesner <cd@openoffice.org>2002-11-19 06:42:58 +0000
commitddb54da65330f194714d32bcdad4910ab1fd1870 (patch)
tree5d0420a3e06949df5d5c0a25784bbfc4394a8166 /officecfg
parent33b9fbaa06238f49b572189dd525f9e4d97a6418 (diff)
#105274# Use correct values for temp/work path in schema file
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs12
1 files changed, 6 insertions, 6 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index d4a0d811e8db..c01cc1bd7789 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Common.xcs,v $
*
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
- * last change: $Author: tpf $ $Date: 2002-10-25 17:16:37 $
+ * last change: $Author: cd $ $Date: 2002-11-19 07:42:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1257,7 +1257,7 @@
<author>MBA</author>
<desc xml:lang="en-US">Specifies the base directory used by the Office to store temp files.</desc>
</info>
- <value>$(userurl)/temp</value>
+ <value>$(temp)</value>
</prop>
<prop oor:name="Template" oor:type="oor:string-list">
<info>
@@ -1292,7 +1292,7 @@
<author>MBA</author>
<desc xml:lang="en-US">Specifies the path of the work folder, which can be modified according to the user's needs. The path specified here can be seen in the Open or Save dialog.</desc>
</info>
- <value>$(userurl)/work</value>
+ <value>$(work)</value>
</prop>
</group>
<group oor:name="Default">
@@ -1406,7 +1406,7 @@
<info>
<desc xml:lang="en-US">Specifies the default directory that is used as a base directory for all temporary Office files.</desc>
</info>
- <value>$(userurl)/temp</value>
+ <value>$(temp)</value>
</prop>
<prop oor:name="Template" oor:type="oor:string-list">
<info>
@@ -1436,7 +1436,7 @@
<info>
<desc xml:lang="en-US">Specifies the default working directory where user stores documents.</desc>
</info>
- <value>$(userurl)/work</value>
+ <value>$(work)</value>
</prop>
</group>
</group>