officecfg/registry/data/org/openoffice/Office/Compatibility.xcu   |    5 ---
 officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs |   15 
----------
 officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs    |    7 ----
 3 files changed, 27 deletions(-)

New commits:
commit 76de80f512967379f809d3744c71cf5e7e095e87
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Fri Nov 3 13:28:18 2023 +0100
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Sat Nov 11 18:33:09 2023 +0100

    [API CHANGE] Drop unused SpellAndGrammarDialogImage config key
    
    last mention of it was removed in 2011 by:
    commit da0bd7a50139b06e14c1917af044b37d10ebaf4f
    
    Change-Id: Iac4272025b0c995640a1da0f959cb7447d3c9b56
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158971
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
index b5a3119461ab..0b748196fb3c 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
@@ -77,13 +77,6 @@
         <desc>The images for vendor specific branding in the UI. The node name 
is
         the service implementation name.</desc>
       </info>
-      <prop oor:name="SpellAndGrammarDialogImage" oor:type="xs:string">
-        <info>
-          <desc>The path to the image for the spell and grammar checking
-          dialog.</desc>
-          <label>Spell and grammar dialog image</label>
-        </info>
-      </prop>
       <prop oor:name="SpellAndGrammarContextMenuSuggestionImage" 
oor:type="xs:string">
         <info>
           <desc>The path to the image for the spell and grammar checking
commit 34a362ee24cfd4642fdc75ecf0e1a88c56c344c4
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Sat Nov 4 01:04:45 2023 +0100
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Sat Nov 11 18:32:56 2023 +0100

    [API CHANGE] Drop unused WriterCompatibilityVersion config group
    
    last mention of it was removed in 2013 by:
    commit f67d166b30dcba9e854716b29e1035693ef7481b
    
    Change-Id: I2207ce7a87805bb33bc3e81fd8da792ba033d844
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158976
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/officecfg/registry/data/org/openoffice/Office/Compatibility.xcu 
b/officecfg/registry/data/org/openoffice/Office/Compatibility.xcu
index a1c5820abe4d..2478a9d5a2c0 100644
--- a/officecfg/registry/data/org/openoffice/Office/Compatibility.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Compatibility.xcu
@@ -18,11 +18,6 @@
  -->
 <!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
 <oor:component-data xmlns:oor="http://openoffice.org/2001/registry"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:install="http://openoffice.org/2004/installation"; 
oor:name="Compatibility" oor:package="org.openoffice.Office">
-  <node oor:name="WriterCompatibilityVersion">
-    <prop oor:name="OOo11" oor:type="xs:string">
-      <value>OpenOffice.org 1.1</value>
-    </prop>
-  </node>
   <node oor:name="AllFileFormats">
     <node oor:name="_default" oor:op="replace">
       <prop oor:name="Module">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
index 1508aeb1d7a6..0d79fb5340f5 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
@@ -142,21 +142,6 @@
         <desc>The List of the applications.</desc>
       </info>
     </set>
-    <group oor:name="WriterCompatibilityVersion">
-      <info>
-        <desc>Used by the writer compatibility flag as the last OOo 
version.</desc>
-      </info>
-      <!--The default must be written by the setup.-->
-      <prop oor:name="OOo11" oor:type="xs:string" oor:nillable="false">
-        <!-- UIHints: Tools - Options - OOo Writer - Compatibility -->
-        <!--The value should only be written by the setup.-->
-        <info>
-          <desc>OOo version 1.1.</desc>
-          <label>OOo version 1.1.</label>
-        </info>
-        <value/>
-      </prop>
-    </group>
     <group oor:name="View">
       <info>
         <desc>Compatibility options affecting GUI</desc>

Reply via email to