diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2018-11-17 14:54:23 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-17 17:45:51 +0100 |
commit | 5197e6582e0658112013bd81b905b24e5c00b5ad (patch) | |
tree | 61de0ab95086595d9411c28fe9cbefe0f6d22d88 /vcl | |
parent | c89a4996b82881988eb9cc1eeaf24e0d8f9e6dce (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.cxx | 4 |
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 ) |