diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-06 23:41:38 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-07 14:54:35 +0100 |
commit | 27f4feab57c64265c14b1a38296e9a738ecab6da (patch) | |
tree | e97b3e104750517836a5a762a47fccb6f701c9a5 /sfx2 | |
parent | 6a1cee7b09d8f75648483d6537e697a70daa52c3 (diff) |
Fix typo
Change-Id: I2df1bab891cb1661da48ded41f0bc669fb4b0bbc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88147
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/backingcomp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx index e1878f30bda6..b70367a18133 100644 --- a/sfx2/source/dialog/backingcomp.cxx +++ b/sfx2/source/dialog/backingcomp.cxx @@ -670,8 +670,8 @@ void SAL_CALL BackingComp::keyReleased( /*IN*/ const css::awt::KeyEvent& ) Please use keyPressed() instead of this method. Otherwise it would be possible, that - a key input may be first switch to the backing mode - and this component register itself as key listener too - - and it's first event will be a keyRealeased() for the already well known event, which switched to the backing mode! - So it will be handled twice! document => backing mode => exit app ... + - and it's first event will be a keyReleased() for the already well known event, which switched to the backing mode! + So it will be handled twice! document => backing mode => exit app... */ } |