summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2023-08-15 03:30:16 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2023-08-15 06:55:54 +0200
commit88617f24d5a724c86a89058682ac04d7af9c8ea3 (patch)
tree91df56ffa03373f22e43b717f67de189961062ff
parenta2b6be8af9be3237efc3ed1244302cf899680e97 (diff)
Revert "Fix typo"
This reverts commit 9d322bfa580839f48d2f4ce6cdd6b18c8253af85. Reason for revert: British spellings are not "typos" Change-Id: I0d9861435931b839747da9c9abad4cf61b1a4d83 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155693 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--sw/source/uibase/shells/basesh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx
index 48aaf74779fb..a2ea7501e1e9 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 dialogs for the background views are called:
+ // So that from the basic no dialogues for the background views are called:
bool bBackground = (&GetView() != GetActiveView());
const SfxPoolItem* pItem = nullptr;
const SfxItemSet* pArgs = rReq.GetArgs();