diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationcommandnode.hxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationcommandnode.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/animationnodes/animationcommandnode.hxx b/slideshow/source/engine/animationnodes/animationcommandnode.hxx index 30a89e96f47a..545e5821b29e 100644 --- a/slideshow/source/engine/animationnodes/animationcommandnode.hxx +++ b/slideshow/source/engine/animationnodes/animationcommandnode.hxx @@ -43,11 +43,11 @@ public: NodeContext const& rContext ); protected: - virtual void dispose() SAL_OVERRIDE; + virtual void dispose() override; private: - virtual void activate_st() SAL_OVERRIDE; - virtual bool hasPendingAnimation() const SAL_OVERRIDE; + virtual void activate_st() override; + virtual bool hasPendingAnimation() const override; private: IExternalMediaShapeBaseSharedPtr mpShape; |