summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-01-14 21:05:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-01-15 09:52:47 +0100
commit9c3faeae633f0c1efea199e522d2413461b16345 (patch)
tree326b1bfb1d578f295c294b5060a284767257579d /svtools
parent3fa03f5d1f1543ff873e5191af68ca381d7e1d90 (diff)
Resolves: tdf#122656 keypress handled twice
Change-Id: I8a9ec82d46a3df04554c139264755c8f28f5e897 Reviewed-on: https://gerrit.libreoffice.org/66335 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/valueset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx
index a422048583c4..5b7ca0504d05 100644
--- a/svtools/source/control/valueset.cxx
+++ b/svtools/source/control/valueset.cxx
@@ -2545,7 +2545,7 @@ bool SvtValueSet::KeyInput( const KeyEvent& rKeyEvent )
}
if ( nItemPos == VALUESET_ITEM_NOTFOUND )
- return false;
+ return true;
if ( nItemPos!=VALUESET_ITEM_NONEITEM && nItemPos<nLastItem )
{