Kaydet (Commit) af53d7a1 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

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
üst c958a35b
......@@ -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 );
......
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