From 11fba17eed630973cb5a9df6a8bde7488320cb30 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 6 Feb 2020 16:58:19 +0100 Subject: Fix typo Change-Id: I8ece4e0ea5ba4756a6b0f9d87ccf1451290a7adc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88119 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- svx/source/sidebar/paragraph/ParaSpacingWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/sidebar/paragraph/ParaSpacingWindow.cxx b/svx/source/sidebar/paragraph/ParaSpacingWindow.cxx index 8af67e22ab55..00c3dc6fee83 100644 --- a/svx/source/sidebar/paragraph/ParaSpacingWindow.cxx +++ b/svx/source/sidebar/paragraph/ParaSpacingWindow.cxx @@ -78,7 +78,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 -- cgit