officecfg/registry/schema/org/openoffice/Office/Common.xcs |   46 -------------
 1 file changed, 46 deletions(-)

New commits:
commit ce8a5ea8dd4eb85c0b598ca9bdaf3207aa18f49f
Author:     Gabor Kelemen <kelem...@ubuntu.com>
AuthorDate: Tue Apr 25 14:27:55 2023 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Thu May 4 01:40:32 2023 +0200

    [API CHANGE] Drop deprecated config group GraphicSize
    
    Deprecated in 2002 by
    commit d6da51a02d1804b691be5e2ff6d9318a240b6b05
    
    Change-Id: I265a1a03fdd9cfde4c1450f6cd0e799577ff0967
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150990
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 548669ba17f0..b90f16b17aee 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -517,52 +517,6 @@
         <value>false</value>
       </prop>
     </group>
-    <group oor:name="GraphicSize">
-      <info>
-        <deprecated>Use LogicalGraphicSize instead of this.</deprecated>
-        <desc>Specifies the size of a graphic. [UNIT=1/100 mm].</desc>
-      </info>
-      <prop oor:name="Width" oor:type="xs:int" oor:nillable="false">
-        <info>
-          <desc>Specifies the width of graphic. [UNIT=1/100 mm].</desc>
-        </info>
-        <constraints>
-          <minInclusive oor:value="100">
-            <info>
-              <desc>Represents the highest value that can be entered in the
-              dialog.</desc>
-            </info>
-          </minInclusive>
-          <maxInclusive oor:value="99999">
-            <info>
-              <desc>Represents the lowest value that can be entered in the
-              dialog.</desc>
-            </info>
-          </maxInclusive>
-        </constraints>
-        <value>10000</value>
-      </prop>
-      <prop oor:name="Height" oor:type="xs:int" oor:nillable="false">
-        <info>
-          <desc>Specifies the height of graphic. [UNIT=1/100 mm].</desc>
-        </info>
-        <constraints>
-          <minInclusive oor:value="100">
-            <info>
-              <desc>Represents the lowest value that can be entered in the
-              dialog.</desc>
-            </info>
-          </minInclusive>
-          <maxInclusive oor:value="99999">
-            <info>
-              <desc>Represents the highest value that can be entered in the
-              dialog.</desc>
-            </info>
-          </maxInclusive>
-        </constraints>
-        <value>10000</value>
-      </prop>
-    </group>
     <group oor:name="LogicalGraphicSize">
       <info>
         <desc>Specifies the logical size of a graphic. [UNIT=1/100 mm].</desc>

Reply via email to