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

New commits:
commit 96c12d1ad73afa7ca18746c62cf0f4edc9a50b99
Author: Lionel Elie Mamane <lio...@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
    Reviewed-on: https://gerrit.libreoffice.org/5320
    Reviewed-by: Kohei Yoshida <kohei.yosh...@suse.de>
    Tested-by: Kohei Yoshida <kohei.yosh...@suse.de>

diff --git a/svtools/inc/svtools/treelistbox.hxx 
b/svtools/inc/svtools/treelistbox.hxx
index d259088..cdee931 100644
--- a/svtools/inc/svtools/treelistbox.hxx
+++ b/svtools/inc/svtools/treelistbox.hxx
@@ -716,7 +716,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 );
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to