[Libreoffice-commits] core.git: include/svtools

Lionel Elie Mamane lionel at mamane.lu
Thu Aug 8 10:12:31 PDT 2013


 include/svtools/treelistbox.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit af53d7a181feaad2f75eeb0900030aa02868e338
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Thu Aug 8 18:42:40 2013 +0200

    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

diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index 4fe013f..6627888 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 );
 


More information about the Libreoffice-commits mailing list