diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/propertyanimationnode.hxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/propertyanimationnode.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationnodes/propertyanimationnode.hxx b/slideshow/source/engine/animationnodes/propertyanimationnode.hxx index 1ada4d2e18fd..da4ef57cd387 100644 --- a/slideshow/source/engine/animationnodes/propertyanimationnode.hxx +++ b/slideshow/source/engine/animationnodes/propertyanimationnode.hxx @@ -35,12 +35,12 @@ public: : AnimationBaseNode( xNode, pParent, rContext ) {} #if defined(DBG_UTIL) - virtual const char* getDescription() const SAL_OVERRIDE + virtual const char* getDescription() const override { return "PropertyAnimationNode"; } #endif private: - virtual AnimationActivitySharedPtr createActivity() const SAL_OVERRIDE; + virtual AnimationActivitySharedPtr createActivity() const override; }; } // namespace internal |