summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/imagebuttontoolbarcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/imagebuttontoolbarcontroller.hxx')
-rw-r--r--framework/inc/uielement/imagebuttontoolbarcontroller.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uielement/imagebuttontoolbarcontroller.hxx b/framework/inc/uielement/imagebuttontoolbarcontroller.hxx
index d4f493a127f2..f9be5b006a2a 100644
--- a/framework/inc/uielement/imagebuttontoolbarcontroller.hxx
+++ b/framework/inc/uielement/imagebuttontoolbarcontroller.hxx
@@ -44,10 +44,10 @@ class ImageButtonToolbarController : public ComplexToolbarController
virtual ~ImageButtonToolbarController();
// XComponent
- virtual void SAL_CALL dispose() throw ( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ virtual void SAL_CALL dispose() throw ( ::com::sun::star::uno::RuntimeException, std::exception ) override;
protected:
- virtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand ) SAL_OVERRIDE;
+ virtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand ) override;
private:
bool ReadImageFromURL( bool bBigImage, const OUString& aImageURL, Image& aImage );