summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2018-11-17 14:54:23 +0200
committerCaolán McNamara <caolanm@redhat.com>2018-11-17 17:45:51 +0100
commit5197e6582e0658112013bd81b905b24e5c00b5ad (patch)
tree61de0ab95086595d9411c28fe9cbefe0f6d22d88 /include
parentc89a4996b82881988eb9cc1eeaf24e0d8f9e6dce (diff)
remove unused IS_TRAVELSELECT
Change-Id: I2651b28ec52a001b67cdb3b2d88e8bca0eeb7790 Reviewed-on: https://gerrit.libreoffice.org/63493 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/treelistbox.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx
index 5e7787b9ab88..675d141be53e 100644
--- a/include/vcl/treelistbox.hxx
+++ b/include/vcl/treelistbox.hxx
@@ -180,13 +180,12 @@ enum class SvTreeListBoxFlags
NONE = 0x0000,
IN_EDT = 0x0001,
EDT_ENABLED = 0x0002,
- IS_TRAVELSELECT = 0x0004,
- TARGEMPH_VIS = 0x0008,
- EDTEND_CALLED = 0x0010,
+ TARGEMPH_VIS = 0x0004,
+ EDTEND_CALLED = 0x0008,
};
namespace o3tl
{
- template<> struct typed_flags<SvTreeListBoxFlags> : is_typed_flags<SvTreeListBoxFlags, 0x001f> {};
+ template<> struct typed_flags<SvTreeListBoxFlags> : is_typed_flags<SvTreeListBoxFlags, 0x000f> {};
}
struct SvTreeListBoxImpl;