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-16 17:25:44 +0100
commit86915eb7a0dd33d6633a3eded3f3e82cb892e0a1 (patch)
treed294250ff069ebe937821e99d86fcf63f55258c2 /svtools
parentb095e8f3b27331f0d646b1d33e51e17c37e43e2c (diff)
Resolves: tdf#122656 keypress handled twice
Change-Id: I8a9ec82d46a3df04554c139264755c8f28f5e897 Reviewed-on: https://gerrit.libreoffice.org/66336 Tested-by: Jenkins Tested-by: Xisco Faulí <xiscofauli@libreoffice.org> 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 4e57665d21ed..ad6101bb6cae 100644
--- a/svtools/source/control/valueset.cxx
+++ b/svtools/source/control/valueset.cxx
@@ -2615,7 +2615,7 @@ bool SvtValueSet::KeyInput( const KeyEvent& rKeyEvent )
}
if ( nItemPos == VALUESET_ITEM_NOTFOUND )
- return false;
+ return true;
if ( nItemPos!=VALUESET_ITEM_NONEITEM && nItemPos<nLastItem )
{