| commit | 9d322bfa580839f48d2f4ce6cdd6b18c8253af85 | [log] |
|---|---|---|
| author | Andrea Gelmini <andrea.gelmini@gelma.net> | Fri Aug 11 15:41:34 2023 +0200 |
| committer | Julien Nabet <serval2412@yahoo.fr> | Sat Aug 12 10:54:42 2023 +0200 |
| tree | 7b444c416d1b1b8733eb5c6049db11333bc521ff | |
| parent | dcb3cb0bd4e4bf2bed05ae3b9d370e17a331a9b1 [diff] |
Fix typo Change-Id: Icd34f01536d29c1bdee77a97311682019e6352b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155626 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx index a2ea750..48aaf74 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();