diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationpathmotionnode.hxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationpathmotionnode.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx b/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx index c2be5ba7e06d..83dd9608cc24 100644 --- a/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx +++ b/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx @@ -42,10 +42,10 @@ public: #endif protected: - virtual void dispose(); + virtual void dispose() SAL_OVERRIDE; private: - virtual AnimationActivitySharedPtr createActivity() const; + virtual AnimationActivitySharedPtr createActivity() const SAL_OVERRIDE; ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimateMotion > mxPathMotionNode; |