diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-25 15:48:53 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-25 15:51:21 +0100 |
commit | 199705b37b129c7e215ea9a5288f9cefbb55a81a (patch) | |
tree | 49b7403800c65dc1c30aacc65b982d52eebc6c37 /cui | |
parent | a59e5ecd611ddd41cec6d9c78773f55887df67e6 (diff) |
Clean up confusing name clashes of non-virtual SvListView member functions
...Expand/Collapse/Select with virtual functions of the same names in derived
classes.
Change-Id: Id2c7e434cc972ac8a789c60ceaf54dc76246be12
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/cfgutil.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/selector.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/inc/cfgutil.hxx b/cui/source/inc/cfgutil.hxx index 2325aaaf6d45..7dd355e30f4e 100644 --- a/cui/source/inc/cfgutil.hxx +++ b/cui/source/inc/cfgutil.hxx @@ -161,7 +161,6 @@ class SfxConfigGroupListBox : public SvTreeListBox protected: virtual void RequestingChildren( SvTreeListEntry *pEntry); - using SvListView::Expand; virtual sal_Bool Expand( SvTreeListEntry* pParent ); public: diff --git a/cui/source/inc/selector.hxx b/cui/source/inc/selector.hxx index fc10f5434ee6..5c1c604056b8 100644 --- a/cui/source/inc/selector.hxx +++ b/cui/source/inc/selector.hxx @@ -158,7 +158,6 @@ private: protected: virtual void RequestingChildren( SvTreeListEntry *pEntry); virtual sal_Bool Expand( SvTreeListEntry* pParent ); - using SvListView::Expand; public: SvxConfigGroupListBox(Window* pParent, WinBits nStyle); |