Kaydet (Commit) 57b1bac2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:saloverride

Change-Id: Ie85ffc561de858eedafa062a89e0a9983aa20182
üst 0086754e
......@@ -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);
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment