sw/source/uibase/shells/basesh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9d322bfa580839f48d2f4ce6cdd6b18c8253af85 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Aug 11 15:41:34 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Aug 12 10:54:42 2023 +0200 Fix typo Change-Id: Icd34f01536d29c1bdee77a97311682019e6352b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155626 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx index a2ea7501e1e9..48aaf74779fb 100644 --- a/sw/source/uibase/shells/basesh.cxx +++ b/sw/source/uibase/shells/basesh.cxx @@ -2786,7 +2786,7 @@ void SwBaseShell::ExecDlg(SfxRequest &rReq) { SwWrtShell &rSh = GetShell(); weld::Window* pMDI = GetView().GetFrameWeld(); - // So that from the basic no dialogues for the background views are called: + // So that from the basic no dialogs for the background views are called: bool bBackground = (&GetView() != GetActiveView()); const SfxPoolItem* pItem = nullptr; const SfxItemSet* pArgs = rReq.GetArgs();
