summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-08-08 18:42:40 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-08-08 19:13:12 +0200
commitaf53d7a181feaad2f75eeb0900030aa02868e338 (patch)
treea15f9acaba7b4cd4a5db484814b8d0c1ebbc9d2f
parentc958a35bef2d123b3e45c80bd7d1cf8d48986a9a (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
-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 4fe013f7945e..662788865d06 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -715,7 +715,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 );