officecfg/registry/data/org/openoffice/Office/Paths.xcu |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 81bc6152fecfb9220ec1a36b8a7edc8634467e19
Author:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
AuthorDate: Thu May 2 10:23:22 2024 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue May 7 18:17:02 2024 +0200

    tdf#160153 Restore Storage config item
    
    Revert "[API CHANGE] Remove deprecated Storage config item"
    
    This reverts commit 3cee7edeb31ac64e078159c7a63ebf4f54793da7.
    
    As documented in the bug report, the config item is still used.
    Thus, remove the deprecation notice, too.
    
    Change-Id: Ia9beefe8e98bce8d70c546d27999d81c5cc9fd62
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166904
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
    Tested-by: Jenkins
    (cherry picked from commit 80fcd2290dfc9748bb7f4e322b22b773b61daa67)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167219
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

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>

Reply via email to