summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2023-04-25 14:27:55 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2023-05-04 01:40:32 +0200
commitce8a5ea8dd4eb85c0b598ca9bdaf3207aa18f49f (patch)
treeb875a84e52dbcc276047a7748e79c7cdb695f344 /officecfg
parenta51e53fd211696df3a566b34986cc75d42361880 (diff)
[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.behrens@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs46
1 files changed, 0 insertions, 46 deletions
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>