summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationpathmotionnode.hxx')
-rw-r--r--slideshow/source/engine/animationnodes/animationpathmotionnode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx b/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx
index 4393030fbbf4..5954f5a7af64 100644
--- a/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx
+++ b/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx
@@ -37,15 +37,15 @@ public:
mxPathMotionNode( xNode, ::com::sun::star::uno::UNO_QUERY_THROW ) {}
#if defined(DBG_UTIL)
- virtual const char* getDescription() const SAL_OVERRIDE
+ virtual const char* getDescription() const override
{ return "AnimationPathMotionNode"; }
#endif
protected:
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
private:
- virtual AnimationActivitySharedPtr createActivity() const SAL_OVERRIDE;
+ virtual AnimationActivitySharedPtr createActivity() const override;
::com::sun::star::uno::Reference<
::com::sun::star::animations::XAnimateMotion > mxPathMotionNode;