summaryrefslogtreecommitdiff
path: root/vcl/osx/DragSourceContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/DragSourceContext.hxx')
-rw-r--r--vcl/osx/DragSourceContext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/osx/DragSourceContext.hxx b/vcl/osx/DragSourceContext.hxx
index 2cecf2debdeb..28b4a3ccf89f 100644
--- a/vcl/osx/DragSourceContext.hxx
+++ b/vcl/osx/DragSourceContext.hxx
@@ -41,16 +41,16 @@ public:
virtual ~DragSourceContext();
virtual sal_Int32 SAL_CALL getCurrentCursor( )
- throw( com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw( com::sun::star::uno::RuntimeException, std::exception) override;
virtual void SAL_CALL setCursor( sal_Int32 cursorId )
- throw( com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw( com::sun::star::uno::RuntimeException, std::exception) override;
virtual void SAL_CALL setImage( sal_Int32 imageId )
- throw( com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw( com::sun::star::uno::RuntimeException, std::exception) override;
virtual void SAL_CALL transferablesFlavorsChanged( )
- throw( com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw( com::sun::star::uno::RuntimeException, std::exception) override;
};
#endif // INCLUDED_VCL_OSX_DRAGSOURCECONTEXT_HXX