[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - officecfg/registry

Katarina Behrens (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 19 10:49:03 UTC 2021


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

New commits:
commit 0b9b5849643d9ff42fea3db8156a05d4c6d67cad
Author:     Katarina Behrens <bubli at bubli.org>
AuthorDate: Thu Apr 15 17:16:19 2021 +0200
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Mon Apr 19 12:48:31 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>
    (cherry picked from commit d0c7afcce3016759a1371be361ce8b39dfc7fc17)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114180
    Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.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