sfx2/source/dialog/backingcomp.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 27f4feab57c64265c14b1a38296e9a738ecab6da Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Feb 6 23:41:38 2020 +0100 Commit: Julien Nabet <serval2...@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 <serval2...@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... */ } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits