summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-25 15:48:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-25 15:51:21 +0100
commit199705b37b129c7e215ea9a5288f9cefbb55a81a (patch)
tree49b7403800c65dc1c30aacc65b982d52eebc6c37 /sw/source/ui/inc
parenta59e5ecd611ddd41cec6d9c78773f55887df67e6 (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 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/conttree.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/inc/conttree.hxx b/sw/source/ui/inc/conttree.hxx
index 3029f69444dd..254f13c61413 100644
--- a/sw/source/ui/inc/conttree.hxx
+++ b/sw/source/ui/inc/conttree.hxx
@@ -98,9 +98,6 @@ class SwContentTree : public SvTreeListBox
using SvTreeListBox::ExecuteDrop;
using SvTreeListBox::EditEntry;
- using SvListView::Expand;
- using SvListView::Collapse;
- using SvListView::Select;
protected:
virtual void RequestHelp( const HelpEvent& rHEvt );