diff options
Diffstat (limited to 'include/sfx2/infobar.hxx')
-rw-r--r-- | include/sfx2/infobar.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/infobar.hxx b/include/sfx2/infobar.hxx index 14c680f37885..eb0c4c6dcb8c 100644 --- a/include/sfx2/infobar.hxx +++ b/include/sfx2/infobar.hxx @@ -54,7 +54,7 @@ class SfxInfoBarWindow : public vcl::Window SfxInfoBarWindow(vcl::Window* parent, const OUString& sId, const OUString& sMessage); virtual ~SfxInfoBarWindow( ); - virtual const OUString& getId() const { return m_sId; } + const OUString& getId() const { return m_sId; } virtual void Paint( const Rectangle& ) SAL_OVERRIDE; virtual void Resize( ) SAL_OVERRIDE; |