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

New commits:
commit cbc6bb9fdaf4acc815b9f11fba73c33d25a81e8f
Author:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
AuthorDate: Mon Dec 18 08:42:04 2023 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Mon Dec 18 10:41:30 2023 +0100

    [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.mehrbr...@allotropia.de>

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 =&gt; 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 =&gt; 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 =&gt; 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>

Reply via email to