diff options
author | Ulrich Kitzinger <Ulrich.Kitzinger@muenchen.de> | 2013-11-08 12:52:01 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2014-10-06 10:52:43 +0200 |
commit | 825ed7562530011277c336deca07b5cf4182952c (patch) | |
tree | 852e7811e7b107315b9175cc4e1a03cf458a64ba | |
parent | 2ca6c762505aca509e8f59105256f84a6ca4e6b9 (diff) |
In Paths.xcu Temp-Pfad angepasst
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Paths.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu index c7794ea64ca0..fc95607c5088 100644 --- a/officecfg/registry/data/org/openoffice/Office/Paths.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu @@ -153,7 +153,7 @@ <prop oor:name="UserPaths" oor:finalized="true"/> <prop oor:name="WritePath"> <value install:module="macosx">$(userurl)/temp</value> - <value install:module="unxwnt">$(temp)</value> + <value install:module="unxwnt">file:///var/tmp/</value> </prop> </node> <node oor:name="Template" oor:op="fuse" oor:mandatory="true"> |