diff options
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index e2e34cfa234b..534101a16a44 100644 --- a/sd/source/ui/animations/CustomAnimationPane.cxx +++ b/sd/source/ui/animations/CustomAnimationPane.cxx @@ -1766,7 +1766,7 @@ void CustomAnimationPane::animationChange() pEffectSequence->replace( pEffect, pDescriptor, fDuration ); } - onPreview(true); + onPreview(false); } } |