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 <sberg...@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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits