summaryrefslogtreecommitdiff
path: root/vcl
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 /vcl
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 'vcl')
-rw-r--r--vcl/source/treelist/treelistbox.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx
index 65114a2a1936..a581fd5172e6 100644
--- a/vcl/source/treelist/treelistbox.cxx
+++ b/vcl/source/treelist/treelistbox.cxx
@@ -1954,16 +1954,12 @@ void SvTreeListBox::KeyInput( const KeyEvent& rKEvt )
if( IsEditingActive() )
return;
- nImpFlags |= SvTreeListBoxFlags::IS_TRAVELSELECT;
-
if( !pImpl->KeyInput( rKEvt ) )
{
bool bHandled = HandleKeyInput( rKEvt );
if ( !bHandled )
Control::KeyInput( rKEvt );
}
-
- nImpFlags &= ~SvTreeListBoxFlags::IS_TRAVELSELECT;
}
void SvTreeListBox::RequestingChildren( SvTreeListEntry* pParent )