svx/source/form/fmshell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dd1c3084536e9a8ca9bb94ba7f63b44ba0251878 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jan 30 06:47:10 2026 +0100 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Fri Jan 30 14:03:30 2026 +0100 Fix typo Change-Id: I2bcee7b4cdc996e448e9f5deab635f9202d31eb9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198394 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx index 95e199eae272..882054eb222d 100644 --- a/svx/source/form/fmshell.cxx +++ b/svx/source/form/fmshell.cxx @@ -502,7 +502,7 @@ void FmFormShell::Execute(SfxRequest &rReq) break; // if we execute this ourself, then either the application does not implement an own handling for this, - // of we're on the top of the dispatcher stack, which means a control has the focus. + // or we're on the top of the dispatcher stack, which means a control has the focus. // In the latter case, we put the focus to the document window, otherwise, we focus the first control const bool bHasControlFocus = GetImpl()->HasControlFocus_Lock(); if ( bHasControlFocus )
