diff options
author | Sarper Akdemir <q.sarperakdemir@gmail.com> | 2020-08-30 03:17:39 +0300 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-08-31 12:29:18 +0200 |
commit | bf0afdbe80933341debfe650c1969ad93ac98833 (patch) | |
tree | 17dd19029f1f69cf82d545667cb2630279034e27 /sd | |
parent | d616104eeedef9ee32707c1b437c3e538de0ae25 (diff) |
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@CIB.de>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/CustomAnimationCloner.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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: |