From 069d71b72566a0b8f234304d3bd4511ee86b6c60 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 29 Jul 2016 10:40:50 +0200 Subject: loplugin:countusersofdefaultparams in shell..starmath Change-Id: I553d1b031b8d261a1caa8b77a8d687af21a6f8d6 Reviewed-on: https://gerrit.libreoffice.org/27672 Tested-by: Jenkins Reviewed-by: Noel Grandin --- slideshow/source/engine/animationnodes/animationtransformnode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slideshow/source/engine/animationnodes/animationtransformnode.cxx') diff --git a/slideshow/source/engine/animationnodes/animationtransformnode.cxx b/slideshow/source/engine/animationnodes/animationtransformnode.cxx index ee451ea2cb89..bc9c86462336 100644 --- a/slideshow/source/engine/animationnodes/animationtransformnode.cxx +++ b/slideshow/source/engine/animationnodes/animationtransformnode.cxx @@ -59,7 +59,7 @@ AnimationActivitySharedPtr AnimationTransformNode::createActivity() const rShape, getContext().mpSubsettableShapeManager, getSlideSize(), - nTransformType ), + nTransformType, 0 ), getXAnimateNode() ); case animations::AnimationTransformType::ROTATE: -- cgit v1.2.1