diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-12-18 08:42:04 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-12-18 10:41:30 +0100 |
commit | cbc6bb9fdaf4acc815b9f11fba73c33d25a81e8f (patch) | |
tree | 70362abdf006ab6cca724df1ada9b0e30ba8b3a8 /officecfg/registry | |
parent | a13d138b8fd7d341a231b02efb76d8ad96d4b44f (diff) |
[API CHANGE] Remove unused CrossFading group
Change-Id: I88869154b025a1eebb7b1bcf03decc4db02a3f24
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160895
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Draw.xcs | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs index 7fdbf9f05801..290d8148bd1a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs @@ -336,47 +336,6 @@ <value>false</value> </prop> </group> - <group oor:name="CrossFading"> - <info> - <desc>Contains a specification of how to morph between objects (e.g. how many steps and whether to regard the object's attributes).</desc> - </info> - <prop oor:name="Steps" oor:type="xs:short" oor:nillable="false"> - <!-- UIHints: Select two objects => Edit Cross-fade --> - <info> - <desc>Specifies the number of intermediate morphing steps between two objects.</desc> - <label>Steps</label> - </info> - <constraints> - <minInclusive oor:value="1"> - <info> - <desc>Specifies that there has to be at least one morphing step.</desc> - </info> - </minInclusive> - <maxInclusive oor:value="256"> - <info> - <desc>Specifies that there may be at least this many morphing steps.</desc> - </info> - </maxInclusive> - </constraints> - <value>16</value> - </prop> - <prop oor:name="Orientation" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: Select two objects => Edit Cross-fade --> - <info> - <desc>Indicates whether two objects to be morphed shall have the same orientation.</desc> - <label>Orientation</label> - </info> - <value>true</value> - </prop> - <prop oor:name="Attributes" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: Select two objects => Edit Cross-fade --> - <info> - <desc>Indicates whether to consider objects' attributes (e.g. colors) when morphing one object into another.</desc> - <label>Attributes</label> - </info> - <value>true</value> - </prop> - </group> <group oor:name="DefaultObjectSize"> <!-- UIHints: Default size for newly created objects when using CTRL-Return or CTRL-Click --> <info> |