sfx2/source/control/InterimItemWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 30ab660b07ab9aa72624a728d9e1f963507def7c Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Feb 6 23:46:03 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Feb 7 14:55:24 2020 +0100 Fix typo Change-Id: I9bae8051b27eddca47ca5ffbd17006bf23d4f232 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88149 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sfx2/source/control/InterimItemWindow.cxx b/sfx2/source/control/InterimItemWindow.cxx index bf36d0a3b038..d2beb658181a 100644 --- a/sfx2/source/control/InterimItemWindow.cxx +++ b/sfx2/source/control/InterimItemWindow.cxx @@ -51,7 +51,7 @@ bool InterimItemWindow::ChildKeyInput(const KeyEvent& rKEvt) /* if the native widget has focus, then no vcl window has focus. - We want to grab focus to this vcl widget so that pressing tab will travese + We want to grab focus to this vcl widget so that pressing tab will traverse to the next vcl widget. But just using GrabFocus will, because no vcl widget has focus, trigger _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
