summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-08-08 01:09:05 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-09-14 15:00:18 +0200
commit5ac091419d3269ccf1371eb30792fbc4617b4f11 (patch)
tree6c9d5383e1c2848af47bf617bc7ac65ceaad795b /officecfg/registry/schema/org/openoffice
parent59402caefa12b922f2d0e2083e420a02356ea476 (diff)
Drop Image configuration settings
These were first marked as deprecated in 2002: https://cgit.freedesktop.org/libreoffice/core/commit/officecfg/registry/schema/org/openoffice/Office/Common.xcs?id=54da76d3b7f0cebe53489cd934a214bf5857fd3a Change-Id: Id5d7f41ac55b99c84d7cd9dda9fa30bb5200e11e Reviewed-on: https://gerrit.libreoffice.org/40906 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'officecfg/registry/schema/org/openoffice')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs271
1 files changed, 0 insertions, 271 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 70df274f7ff5..3becc3494ec6 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3678,277 +3678,6 @@
<value>32</value>
</prop>
</group>
- <group oor:name="Image">
- <info>
- <desc>Specifies the options for images.</desc>
- <label>Image</label>
- </info>
- <group oor:name="Color">
- <info>
- <desc>Specifies the color options for images.</desc>
- <label>Image Color</label>
- </info>
- <prop oor:name="Grayscale" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Image/Colors -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Options - Picture Colors [Section]
- Grayscale -->
- <info>
- <deprecated/>
- <desc>Deprecated.</desc>
- <label>Number</label>
- </info>
- <constraints>
- <minInclusive oor:value="4">
- <info>
- <desc>Deprecated.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="256">
- <info>
- <desc>Deprecated.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>256</value>
- </prop>
- <prop oor:name="Brightness" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Image/Colors -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Options - Picture Colors [Section] Brightness
- and Contrast -->
- <info>
- <deprecated/>
- <desc>Deprecated.</desc>
- <label>Brightness</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Deprecated.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Deprecated.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>10</value>
- </prop>
- <prop oor:name="Contrast" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Image/Colors -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Options - Picture Colors [Section] Brightness
- and Contrast -->
- <info>
- <deprecated/>
- <desc>Deprecated.</desc>
- <label>Contrast</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Deprecated.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Deprecated.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>10</value>
- </prop>
- <group oor:name="RGB">
- <info>
- <desc>Specifies the RGB color options for images.</desc>
- <label>Image RGB Color</label>
- </info>
- <prop oor:name="Red" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Image/Colors/RGB -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Options - Picture Colors - [Section] RGB
- values -->
- <info>
- <deprecated/>
- <desc>Deprecated.</desc>
- <label>Red</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Deprecated.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Deprecated.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>10</value>
- </prop>
- <prop oor:name="Green" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Image/Colors/RGB -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Options - Picture Colors - [Section] RGB
- values -->
- <info>
- <deprecated/>
- <desc>Deprecated.</desc>
- <label>Green</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Deprecated.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Deprecated.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>10</value>
- </prop>
- <prop oor:name="Blue" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Image/Colors/RGB -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Options - Picture Colors - [Section] RGB
- values -->
- <info>
- <deprecated/>
- <desc>Deprecated.</desc>
- <label>Blue</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Deprecated.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Deprecated.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>10</value>
- </prop>
- </group>
- </group>
- <group oor:name="Effect">
- <info>
- <desc>Specifies the effects options for images.</desc>
- <label>Image Effects</label>
- </info>
- <prop oor:name="Definition" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Image/Effects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Options - Picture Effects - [Section] Mosaic -->
- <info>
- <deprecated/>
- <desc>Deprecated.</desc>
- <label>Definition</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Deprecated</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Deprecated</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Deprecated</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc>Deprecated</desc>
- </info>
- </enumeration>
- </constraints>
- <value>2</value>
- </prop>
- <prop oor:name="Invert" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Image/Effects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Options - Picture Effects - [Section]
- Solarization -->
- <info>
- <deprecated/>
- <desc>Deprecated.</desc>
- <label>Invert</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="Degree" oor:type="xs:short" oor:nillable="false">
- <!-- OldPath: Image/Effects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Options - Picture Effects - [Section]
- Definition -->
- <!-- Notice: Description in the enumeration is missing -->
- <info>
- <deprecated/>
- <desc>Deprecated.</desc>
- <label>Degree</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Deprecated</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Deprecated</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Deprecated</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc>Deprecated</desc>
- </info>
- </enumeration>
- </constraints>
- <value>2</value>
- </prop>
- <prop oor:name="Intensity" oor:type="xs:int" oor:nillable="false">
- <!-- OldPath: Image/Effects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools Options - Picture Effects - [Section] Aging -->
- <info>
- <deprecated/>
- <desc>Deprecated.</desc>
- <label>Intensity</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc>Specifies that the minimum intensity is 0.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc>Specifies that the maximum intensity is 100.</desc>
- </info>
- </maxInclusive>
- </constraints>
- <value>10</value>
- </prop>
- </group>
- </group>
<group oor:name="DateFormat">
<info>
<desc>Specifies settings for the date formats used.</desc>