diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-16 11:00:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-16 11:00:36 +0200 |
commit | 9f1920e7062c958593c2d2eca590cd8b9e3c5027 (patch) | |
tree | 907be41a56f1914225d8f8f21dc04092ddbcfa62 /vcl | |
parent | 126b4407bade85298f983f545d6f507534fab61d (diff) |
loplugin:saloverride
Change-Id: Id88a0130bf6468013e2d7441ec79131fe115d13b
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/menubarwindow.hxx | 2 |
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; |