[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - svtools/inc

Lionel Elie Mamane lionel at mamane.lu
Thu Aug 8 10:18:49 PDT 2013


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

New commits:
commit 96c12d1ad73afa7ca18746c62cf0f4edc9a50b99
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
    Reviewed-on: https://gerrit.libreoffice.org/5320
    Reviewed-by: Kohei Yoshida <kohei.yoshida at suse.de>
    Tested-by: Kohei Yoshida <kohei.yoshida at 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 );
 


More information about the Libreoffice-commits mailing list