summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-08-08 18:42:40 +0200
committerKohei Yoshida <kohei.yoshida@suse.de>2013-08-08 17:19:31 +0000
commit0a5e941204a9bacf1a695423ab0518cea4a493f2 (patch)
treecaee80113a6a5f92a2ae9309f9dd03306db95a33 /include
parentfda0c984458265c2925a7ed37d9f04256f82ea0a (diff)
fdo#63539 make SvTreeListBox::Select virtual
SvLBox was merged with SvTreeListBox; SvLBox had a virtual Select() and some derived classes override it. E.g. dbaui::DbaIndexList. Change-Id: I82b3718e72db5d320704e1e2871de86abc686441 Reviewed-on: https://gerrit.libreoffice.org/5321 Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de> Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/treelistbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index 305cfbe04cf1..2a1054fec672 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -714,7 +714,7 @@ public:
sal_Bool Expand( SvTreeListEntry* pParent );
sal_Bool Collapse( SvTreeListEntry* pParent );
- sal_Bool Select( SvTreeListEntry* pEntry, sal_Bool bSelect=sal_True );
+ virtual sal_Bool Select( SvTreeListEntry* pEntry, sal_Bool bSelect=sal_True );
sal_uLong SelectChildren( SvTreeListEntry* pParent, sal_Bool bSelect );
virtual void SelectAll( sal_Bool bSelect, sal_Bool bPaint = sal_True );