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

Stephan Bergmann sbergman at redhat.com
Fri May 23 14:47:42 PDT 2014


 cui/source/inc/cfgutil.hxx  |    2 +-
 cui/source/inc/selector.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 57b1bac23b610f63bdb146fc84eaac7c22ec7e37
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri May 23 23:47:07 2014 +0200

    loplugin:saloverride
    
    Change-Id: Ie85ffc561de858eedafa062a89e0a9983aa20182

diff --git a/cui/source/inc/cfgutil.hxx b/cui/source/inc/cfgutil.hxx
index 7a8865a..f142003 100644
--- a/cui/source/inc/cfgutil.hxx
+++ b/cui/source/inc/cfgutil.hxx
@@ -160,7 +160,7 @@ class SfxConfigGroupListBox : public SvTreeListBox
 
 protected:
     virtual void        RequestingChildren( SvTreeListEntry *pEntry) SAL_OVERRIDE;
-    virtual bool        Expand( SvTreeListEntry* pParent );
+    virtual bool        Expand( SvTreeListEntry* pParent ) SAL_OVERRIDE;
 
 public:
     SfxConfigGroupListBox(Window* pParent, WinBits nStyle);
diff --git a/cui/source/inc/selector.hxx b/cui/source/inc/selector.hxx
index 8a8a9de..3f4c1f2 100644
--- a/cui/source/inc/selector.hxx
+++ b/cui/source/inc/selector.hxx
@@ -157,7 +157,7 @@ private:
 
 protected:
     virtual void    RequestingChildren( SvTreeListEntry *pEntry) SAL_OVERRIDE;
-    virtual bool    Expand( SvTreeListEntry* pParent );
+    virtual bool    Expand( SvTreeListEntry* pParent ) SAL_OVERRIDE;
 
 public:
     SvxConfigGroupListBox(Window* pParent, WinBits nStyle);


More information about the Libreoffice-commits mailing list