diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx b/slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx index d464fdf67b41..a99374538cc6 100644 --- a/slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx +++ b/slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx @@ -44,11 +44,11 @@ public: #endif protected: - virtual void dispose(); + virtual void dispose() SAL_OVERRIDE; private: - virtual void activate_st(); - virtual void notifyDeactivating( AnimationNodeSharedPtr const& rNotifier ); + virtual void activate_st() SAL_OVERRIDE; + virtual void notifyDeactivating( AnimationNodeSharedPtr const& rNotifier ) SAL_OVERRIDE; void skipEffect( AnimationNodeSharedPtr const& pChildNode ); void rewindEffect( AnimationNodeSharedPtr const& pChildNode ); |