summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2021-02-10 15:21:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-02-11 07:56:12 +0100
commit899a73a37b2a78ba9ff545957cdecf87dcb65b99 (patch)
tree5be99a1c515bd4a0d2a6b39bbe6ac4b9607f036d /sw/source
parent75fad84f311f2c8e1228ec61932e5e26807d9a6c (diff)
fix spelling AppendBlanc->AppendBlank
Change-Id: I6b5a6fcb1893a02751ff06bb3584c35065777513 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110707 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index cfef52b581d4..987f2c79f772 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -2639,7 +2639,7 @@ KEYINPUT_CHECKTABLE_INSDEL:
sFnd = sFnd.copy(aTmpQHD.CurLen());
rSh.Insert( sFnd );
m_pQuickHlpData->m_bAppendSpace = !pACorr ||
- pACorr->GetSwFlags().bAutoCmpltAppendBlanc;
+ pACorr->GetSwFlags().bAutoCmpltAppendBlank;
}
rSh.EndUndo( SwUndoId::END );
}