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

Noel Grandin noel.grandin at collabora.co.uk
Fri Aug 18 11:53:28 UTC 2017


 include/svtools/treelistbox.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit d6ec9361cb07e312382c0a9251bc03b629d914f9
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Fri Aug 18 12:43:04 2017 +0200

    WB_FORCE_SELECTION is dead
    
    at least as far back as:
    
        commit ac7acb0ab1329913b0cec79790adcde0263960be
        "Merged SvTreeListBox and SvLBox."
    
    Change-Id: I13d8ab413365928749b1c59a0cca0db115b80ffa
    Reviewed-on: https://gerrit.libreoffice.org/41280
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index d7abdee515d0..936837a9da7d 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -158,8 +158,6 @@ public:
     virtual void        Clone(SvLBoxItem* pSource) = 0;
 };
 
-#define WB_FORCE_SELECTION          ((WinBits)0x8000)
-
 enum class DragDropMode
 {
     NONE            = 0x0000,


More information about the Libreoffice-commits mailing list