diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 12:43:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 13:51:43 +0200 |
commit | d6ec9361cb07e312382c0a9251bc03b629d914f9 (patch) | |
tree | c30da9561b1f08d1461a53d6d08cd6608dc8da73 | |
parent | b71ff0db856c7fbc3505f2663aee568fa47fc067 (diff) |
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@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | include/svtools/treelistbox.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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, |