diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-11-08 15:52:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-11-08 15:52:40 +0100 |
commit | c0da11fb1c1cbc701e64a4b3f1f3c6506ef663d2 (patch) | |
tree | 33d1550383c6aa87bd0171d6675e2b4cef5a8bc0 /framework | |
parent | a69873d212c903ea8a1f0d5ca40ae3f08b83a871 (diff) |
There's no derivations from StatusBarManager
Change-Id: Ifa2970cf838209b72e286109f14b98e77f389c0b
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/uielement/statusbarmanager.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/inc/uielement/statusbarmanager.hxx b/framework/inc/uielement/statusbarmanager.hxx index b8b3485b8f32..f1633e8b4e3a 100644 --- a/framework/inc/uielement/statusbarmanager.hxx +++ b/framework/inc/uielement/statusbarmanager.hxx @@ -43,7 +43,7 @@ namespace framework { class FrameworkStatusBar; -class StatusBarManager : public ::cppu::WeakImplHelper< +class StatusBarManager final: public ::cppu::WeakImplHelper< css::frame::XFrameActionListener, css::lang::XComponent, css::ui::XUIConfigurationListener > @@ -77,7 +77,7 @@ class StatusBarManager : public ::cppu::WeakImplHelper< void FillStatusBar( const css::uno::Reference< css::container::XIndexAccess >& rStatusBarData ); - protected: + private: void DataChanged( const DataChangedEvent& rDCEvt ); void UserDraw( const UserDrawEvent& rUDEvt ); void Command( const CommandEvent& rEvt ); @@ -92,7 +92,6 @@ class StatusBarManager : public ::cppu::WeakImplHelper< void UpdateControllers(); void MouseButton( const MouseEvent& rMEvt ,sal_Bool ( SAL_CALL css::frame::XStatusbarController::*_pMethod )(const css::awt::MouseEvent&)); - protected: typedef std::map< sal_uInt16, css::uno::Reference< css::frame::XStatusbarController > > StatusBarControllerMap; bool m_bDisposed : 1, |