diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-06 23:46:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-07 14:55:24 +0100 |
commit | 30ab660b07ab9aa72624a728d9e1f963507def7c (patch) | |
tree | 87832c6c0f1c61aa134e57d74620428d18070e44 /sfx2 | |
parent | 27f4feab57c64265c14b1a38296e9a738ecab6da (diff) |
Fix typo
Change-Id: I9bae8051b27eddca47ca5ffbd17006bf23d4f232
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88149
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/InterimItemWindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |