summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-16 11:00:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-16 11:00:36 +0200
commit9f1920e7062c958593c2d2eca590cd8b9e3c5027 (patch)
tree907be41a56f1914225d8f8f21dc04092ddbcfa62
parent126b4407bade85298f983f545d6f507534fab61d (diff)
loplugin:saloverride
Change-Id: Id88a0130bf6468013e2d7441ec79131fe115d13b
-rw-r--r--vcl/source/window/menubarwindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/menubarwindow.hxx b/vcl/source/window/menubarwindow.hxx
index f5da9566dbd0..52d082076993 100644
--- a/vcl/source/window/menubarwindow.hxx
+++ b/vcl/source/window/menubarwindow.hxx
@@ -109,7 +109,7 @@ public:
MenuBarWindow( Window* pParent );
virtual ~MenuBarWindow();
- virtual void ShowButtons(bool bClose, bool bFloat, bool bHide);
+ virtual void ShowButtons(bool bClose, bool bFloat, bool bHide) SAL_OVERRIDE;
virtual void MouseMove( const MouseEvent& rMEvt ) SAL_OVERRIDE;
virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;