summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx')
-rw-r--r--slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx b/slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx
index bf1e3069bdd8..900069e10d4c 100644
--- a/slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx
+++ b/slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx
@@ -39,16 +39,16 @@ public:
: BaseContainerNode( xNode, pParent, rContext ) {}
#if defined(DBG_UTIL)
- virtual const char* getDescription() const SAL_OVERRIDE
+ virtual const char* getDescription() const override
{ return "SequentialTimeContainer"; }
#endif
protected:
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
private:
- virtual void activate_st() SAL_OVERRIDE;
- virtual void notifyDeactivating( AnimationNodeSharedPtr const& rNotifier ) SAL_OVERRIDE;
+ virtual void activate_st() override;
+ virtual void notifyDeactivating( AnimationNodeSharedPtr const& rNotifier ) override;
void skipEffect( AnimationNodeSharedPtr const& pChildNode );