[Libreoffice-commits] core.git: sd/source

Sarper Akdemir (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 31 10:29:54 UTC 2020


 sd/source/core/CustomAnimationCloner.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit bf0afdbe80933341debfe650c1969ad93ac98833
Author:     Sarper Akdemir <q.sarperakdemir at gmail.com>
AuthorDate: Sun Aug 30 03:17:39 2020 +0300
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Mon Aug 31 12:29:18 2020 +0200

    tdf#136276: fix physics animations faulty duplication
    
    Change-Id: Id147eb129e6e0ee65ecd16139e183790b3f9976c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101658
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>

diff --git a/sd/source/core/CustomAnimationCloner.cxx b/sd/source/core/CustomAnimationCloner.cxx
index 03e38cf7c5f5..f81e7f522e63 100644
--- a/sd/source/core/CustomAnimationCloner.cxx
+++ b/sd/source/core/CustomAnimationCloner.cxx
@@ -162,6 +162,7 @@ namespace sd
             case AnimationNodeType::ANIMATE:
             case AnimationNodeType::SET:
             case AnimationNodeType::ANIMATEMOTION:
+            case AnimationNodeType::ANIMATEPHYSICS:
             case AnimationNodeType::ANIMATECOLOR:
             case AnimationNodeType::ANIMATETRANSFORM:
             case AnimationNodeType::TRANSITIONFILTER:


More information about the Libreoffice-commits mailing list