summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/ivctrl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-30 09:23:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-30 12:18:04 +0100
commit14b366e57a904c2c0d04804f15d8daf755f14541 (patch)
tree5997a5f1f60a5e0d418708948b408221ef50586c /svtools/source/contnr/ivctrl.cxx
parentcabf739612a0e979ebcf76f40a24e66a354b10a5 (diff)
loplugin:singlevalfields
Change-Id: I70dc861573fd1b3d799c88aa2a6d9a3eda0e2a43 Reviewed-on: https://gerrit.libreoffice.org/64327 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/contnr/ivctrl.cxx')
-rw-r--r--svtools/source/contnr/ivctrl.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/svtools/source/contnr/ivctrl.cxx b/svtools/source/contnr/ivctrl.cxx
index df8645cb9c5c..2b2cad1a1877 100644
--- a/svtools/source/contnr/ivctrl.cxx
+++ b/svtools/source/contnr/ivctrl.cxx
@@ -285,11 +285,7 @@ void SvtIconChoiceCtrl::KeyInput( const KeyEvent& rKEvt )
}
bool SvtIconChoiceCtrl::DoKeyInput( const KeyEvent& rKEvt )
{
- // under OS/2, we get key up/down even while editing
- if( _pImpl->IsEntryEditing() )
- return true;
- bool bHandled = _pImpl->KeyInput( rKEvt );
- return bHandled;
+ return _pImpl->KeyInput( rKEvt );
}
sal_Int32 SvtIconChoiceCtrl::GetEntryListPos( SvxIconChoiceCtrlEntry const * pEntry ) const
{