diff options
Diffstat (limited to 'sd/inc/CustomAnimationEffect.hxx')
-rw-r--r-- | sd/inc/CustomAnimationEffect.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx index 187437f90b7d..9d292a055845 100644 --- a/sd/inc/CustomAnimationEffect.hxx +++ b/sd/inc/CustomAnimationEffect.hxx @@ -232,7 +232,7 @@ public: CustomAnimationTextGroup( const css::uno::Reference< css::drawing::XShape >& rTarget, sal_Int32 nGroupId ); void reset(); - void addEffect( CustomAnimationEffectPtr& pEffect ); + void addEffect( CustomAnimationEffectPtr const & pEffect ); const EffectSequence& getEffects() const { return maEffects; } |