summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/pointersymbol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/pointersymbol.hxx')
-rw-r--r--slideshow/source/engine/pointersymbol.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/pointersymbol.hxx b/slideshow/source/engine/pointersymbol.hxx
index aa30184ee187..5e9a0594b208 100644
--- a/slideshow/source/engine/pointersymbol.hxx
+++ b/slideshow/source/engine/pointersymbol.hxx
@@ -64,10 +64,10 @@ private:
const UnoViewContainer& rViewContainer );
// ViewEventHandler
- virtual void viewAdded( const UnoViewSharedPtr& rView );
- virtual void viewRemoved( const UnoViewSharedPtr& rView );
- virtual void viewChanged( const UnoViewSharedPtr& rView );
- virtual void viewsChanged();
+ virtual void viewAdded( const UnoViewSharedPtr& rView ) SAL_OVERRIDE;
+ virtual void viewRemoved( const UnoViewSharedPtr& rView ) SAL_OVERRIDE;
+ virtual void viewChanged( const UnoViewSharedPtr& rView ) SAL_OVERRIDE;
+ virtual void viewsChanged() SAL_OVERRIDE;
::basegfx::B2DPoint calcSpritePos( UnoViewSharedPtr const & rView ) const;