[Libreoffice-commits] core.git: sfx2/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Feb 7 13:55:10 UTC 2020
sfx2/source/dialog/backingcomp.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 27f4feab57c64265c14b1a38296e9a738ecab6da
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Feb 6 23:41:38 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Feb 7 14:54:35 2020 +0100
Fix typo
Change-Id: I2df1bab891cb1661da48ded41f0bc669fb4b0bbc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88147
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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...
*/
}
More information about the Libreoffice-commits
mailing list