officecfg/registry/data/org/openoffice/Office/Common.xcu   |    9 -------
 officecfg/registry/schema/org/openoffice/Office/Common.xcs |   16 -------------
 2 files changed, 25 deletions(-)

New commits:
commit f7a4a68fed76ff39449f4c07b5cd04d89d6e7a96
Author:     Gabor Kelemen <kelem...@ubuntu.com>
AuthorDate: Tue Apr 25 17:59:23 2023 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Thu May 4 01:39:23 2023 +0200

    [API CHANGE] Drop deprecated config keys...
    
    Misc/Path/Current/Temp and Storage were deprecated by
    commit 8c895561f63ed7161947a04da8e6a3d3fb195fa7 (2009)
    commit 3cf21a8bb947ffdffbdcec36880bc16ea39d1335 (2004)
    
    Change-Id: Id37650557e5c9ac791dffc9569aa1f23e9bedc89
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150996
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu 
b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 4a7e136edfdf..1665defdfaf7 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -478,15 +478,6 @@
       </prop>
     </node>
   </node>
-  <node oor:name="Path">
-    <node oor:name="Current">
-      <prop oor:name="Temp" oor:type="xs:string">
-        <value install:module="macosx">$(userurl)/temp</value>
-        <value install:module="unx">$(temp)</value>
-        <value install:module="wnt">$(temp)</value>
-      </prop>
-    </node>
-  </node>
   <node oor:name="ExternalMailer" install:module="unixdesktop">
     <prop oor:name="Program">
       <value oor:external="com.sun.star.configuration.backend.DesktopBackend 
ExternalMailer"/>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 8dacf9fa262a..9f1cb551d580 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -1663,22 +1663,6 @@
             <it>$(progpath)/plugin</it>
           </value>
         </prop>
-        <prop oor:name="Storage" oor:type="xs:string" oor:nillable="false">
-          <info>
-            <deprecated>Without replacement.</deprecated>
-            <desc>Specifies the location where misc data are stored.</desc>
-          </info>
-          <value>$(userpath)/store</value>
-        </prop>
-        <prop oor:name="Temp" oor:type="xs:string">
-          <info>
-            <deprecated>Replaced by
-            org.openoffice.Office.Paths/Temp</deprecated>
-            <desc>Specifies the base directory used by the Office to store temp
-            files.</desc>
-          </info>
-          <value/>
-        </prop>
         <prop oor:name="Template" oor:type="oor:string-list">
           <info>
             <desc>Specifies the templates originate from these folders and

Reply via email to