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

Katarina Behrens (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 15 18:33:31 UTC 2021


 officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d0c7afcce3016759a1371be361ce8b39dfc7fc17
Author:     Katarina Behrens <bubli at bubli.org>
AuthorDate: Thu Apr 15 17:16:19 2021 +0200
Commit:     Katarina Behrens <bubli at bubli.org>
CommitDate: Thu Apr 15 20:32:50 2021 +0200

    tdf#133419: Put Left and Right motion path effects into single category
    
    Somehow those two effects ended up both in Basic and in Lines
    and Curves category. Remove them from Basic, it makes more sense to
    have these in Lines and Curves as both are very simple linear motion
    effects
    
    Change-Id: Iec32370095f4fc1069abe97b944a4b36e121f6cc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114158
    Tested-by: Jenkins
    Reviewed-by: Katarina Behrens <bubli at bubli.org>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
index 4626826a40aa..93782f92effd 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
@@ -2564,7 +2564,7 @@
           <value xml:lang="en-US">Basic</value>
         </prop>
         <prop oor:name="Effects" oor:type="oor:string-list">
-          <value oor:separator=";">ooo-motionpath-4-point-star;ooo-motionpath-5-point-star;ooo-motionpath-6-point-star;ooo-motionpath-8-point-star;ooo-motionpath-circle;ooo-motionpath-crescent-moon;ooo-motionpath-diamond;ooo-motionpath-equal-triangle;ooo-motionpath-oval;ooo-motionpath-heart;ooo-motionpath-left;ooo-motionpath-right;ooo-motionpath-hexagon;ooo-motionpath-octagon;ooo-motionpath-parallelogram;ooo-motionpath-pentagon;ooo-motionpath-right-triangle;ooo-motionpath-square;ooo-motionpath-teardrop;ooo-motionpath-trapezoid</value>
+          <value oor:separator=";">ooo-motionpath-4-point-star;ooo-motionpath-5-point-star;ooo-motionpath-6-point-star;ooo-motionpath-8-point-star;ooo-motionpath-circle;ooo-motionpath-crescent-moon;ooo-motionpath-diamond;ooo-motionpath-equal-triangle;ooo-motionpath-oval;ooo-motionpath-heart;;ooo-motionpath-hexagon;ooo-motionpath-octagon;ooo-motionpath-parallelogram;ooo-motionpath-pentagon;ooo-motionpath-right-triangle;ooo-motionpath-square;ooo-motionpath-teardrop;ooo-motionpath-trapezoid</value>
         </prop>
       </node>
       <node oor:name="linesandcurves" oor:op="replace">


More information about the Libreoffice-commits mailing list