diff options
Diffstat (limited to 'slideshow/source/inc/wakeupevent.hxx')
-rw-r--r-- | slideshow/source/inc/wakeupevent.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/inc/wakeupevent.hxx b/slideshow/source/inc/wakeupevent.hxx index 9751006fb89c..853ef58acbfd 100644 --- a/slideshow/source/inc/wakeupevent.hxx +++ b/slideshow/source/inc/wakeupevent.hxx @@ -45,10 +45,10 @@ public: std::shared_ptr< ::canvas::tools::ElapsedTime > const& pTimeBase, ActivitiesQueue & rActivityQueue ); - virtual void dispose() SAL_OVERRIDE; - virtual bool fire() SAL_OVERRIDE; - virtual bool isCharged() const SAL_OVERRIDE; - virtual double getActivationTime( double nCurrentTime ) const SAL_OVERRIDE; + virtual void dispose() override; + virtual bool fire() override; + virtual bool isCharged() const override; + virtual double getActivationTime( double nCurrentTime ) const override; /// Start the internal timer void start(); |