[Libreoffice-commits] core.git: officecfg/registry

Julien Nabet serval2412 at yahoo.fr
Sun Jan 17 02:29:34 PST 2016


 officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit ecef63a9a020d7996f1c65016e5691dee8b34132
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Jan 17 00:51:22 2016 +0100

    tdf#97196: Slide transition, fix some variant names
    
    For Cover, Uncover and Diagonal
    
    Change-Id: If382287429c178b96d5a2f33d1224807f7382a05
    Reviewed-on: https://gerrit.libreoffice.org/21527
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
index 36fbade..765a0d5 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
@@ -1921,7 +1921,7 @@
           <value>cover</value>
         </prop>
         <prop oor:name="Variant" oor:type="xs:string">
-          <value>top-left-bottom-right</value>
+          <value>top-right-bottom-left</value>
         </prop>
       </node>
       <node oor:name="cover-left-up" oor:op="replace">
@@ -1929,7 +1929,7 @@
           <value>cover</value>
         </prop>
         <prop oor:name="Variant" oor:type="xs:string">
-          <value>bottom-left-top-right</value>
+          <value>bottom-right-top-left</value>
         </prop>
       </node>
       <node oor:name="cover-right-down" oor:op="replace">
@@ -2104,7 +2104,7 @@
           <value>diagonal-squares</value>
         </prop>
         <prop oor:name="Variant" oor:type="xs:string">
-          <value>top-left-bottom-right</value>
+          <value>top-right-bottom-left</value>
         </prop>
       </node>
       <node oor:name="diagonal-squares-left-up" oor:op="replace">
@@ -2112,7 +2112,7 @@
           <value>diagonal-squares</value>
         </prop>
         <prop oor:name="Variant" oor:type="xs:string">
-          <value>bottom-left-top-right</value>
+          <value>bottom-right-top-left</value>
         </prop>
       </node>
       <node oor:name="diagonal-squares-right-down" oor:op="replace">
@@ -2184,7 +2184,7 @@
           <value>uncover</value>
         </prop>
         <prop oor:name="Variant" oor:type="xs:string">
-          <value>top-right-bottom-left</value>
+          <value>top-left-bottom-right</value>
         </prop>
       </node>
       <node oor:name="uncover-right-up" oor:op="replace">


More information about the Libreoffice-commits mailing list