diff options
author | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-06-07 23:18:07 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-06-07 23:18:07 +0200 |
commit | e958955640c4825c9ade717e86ccb351a0a572c6 (patch) | |
tree | 94b140dd36dbd71e02b83561296fa01b8ef9ea43 /officecfg | |
parent | af7e419831af2d33fca759e56bf603ae08a6b44a (diff) | |
parent | 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2 (diff) |
Merge tag 'libreoffice-24.2.4.2' into HEAD
Tag libreoffice-24.2.4.2
Change-Id: Ic8eb6fa69fd24d643e67cda579025a295a5f49b0
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Paths.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu index a0aae4547ba8..b5b304b8f362 100644 --- a/officecfg/registry/data/org/openoffice/Office/Paths.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu @@ -153,6 +153,11 @@ <node install:module="externallibnumbertextdata" oor:name="${SYSTEM_LIBNUMBERTEXT_DATA}" oor:op="fuse"/> </node> </node> + <node oor:name="Storage" oor:op="fuse" oor:mandatory="true"> + <prop oor:name="WritePath"> + <value>$(userpath)/store</value> + </prop> + </node> <node oor:name="Temp" oor:op="fuse" oor:mandatory="true"> <prop oor:name="IsSinglePath" oor:finalized="true"> <value>true</value> |