[Libreoffice-commits] core.git: sw/source

Michael Stahl mstahl at redhat.com
Wed Jul 23 05:58:04 PDT 2014


 sw/source/uibase/inc/workctrl.hxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit cd42e07785f7ab8ee3a0fb56d00d25824f3baef9
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Jul 23 14:51:13 2014 +0200

    SwTbxInsertCtrl: [loplugin:saloverride]
    
    Change-Id: I79c222a6ac1d68a441666a41af72099611a94a4c

diff --git a/sw/source/uibase/inc/workctrl.hxx b/sw/source/uibase/inc/workctrl.hxx
index edcc673..23ef121 100644
--- a/sw/source/uibase/inc/workctrl.hxx
+++ b/sw/source/uibase/inc/workctrl.hxx
@@ -56,8 +56,7 @@ class SwTbxInsertCtrl : public SfxToolBoxControl
 {
     sal_uInt16                  nLastSlotId;
 
-    using SfxToolBoxControl::Select;
-    virtual void            Select( sal_uInt16 nSelectModifier );
+    virtual void            Select(sal_uInt16 nSelectModifier) SAL_OVERRIDE;
 
 public:
     SFX_DECL_TOOLBOX_CONTROL();


More information about the Libreoffice-commits mailing list