[Libreoffice-commits] core.git: framework/inc

Stephan Bergmann sbergman at redhat.com
Tue Nov 8 14:53:22 UTC 2016


 framework/inc/uielement/statusbarmanager.hxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit c0da11fb1c1cbc701e64a4b3f1f3c6506ef663d2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 8 15:52:40 2016 +0100

    There's no derivations from StatusBarManager
    
    Change-Id: Ifa2970cf838209b72e286109f14b98e77f389c0b

diff --git a/framework/inc/uielement/statusbarmanager.hxx b/framework/inc/uielement/statusbarmanager.hxx
index b8b3485..f1633e8 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,


More information about the Libreoffice-commits mailing list