diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-23 23:47:07 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-23 23:47:07 +0200 |
commit | 57b1bac23b610f63bdb146fc84eaac7c22ec7e37 (patch) | |
tree | f166eb076c3db0759cb2ab0a892ffb76083d90d8 /cui | |
parent | 0086754e8dca3772547a9a07c4d1f10a5837b667 (diff) |
loplugin:saloverride
Change-Id: Ie85ffc561de858eedafa062a89e0a9983aa20182
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/cfgutil.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/selector.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/cfgutil.hxx b/cui/source/inc/cfgutil.hxx index 7a8865a11e90..f14200363424 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 8a8a9de478d6..3f4c1f211a2d 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); |