summaryrefslogtreecommitdiff
path: root/include/editeng
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 /include/editeng
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 'include/editeng')
-rw-r--r--include/editeng/swafopt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/swafopt.hxx b/include/editeng/swafopt.hxx
index ccdcf9955982..e4c179124ac9 100644
--- a/include/editeng/swafopt.hxx
+++ b/include/editeng/swafopt.hxx
@@ -121,7 +121,7 @@ struct EDITENG_DLLPUBLIC SvxSwAutoFormatFlags
bool bAutoCmpltCollectWords : 1;
bool bAutoCmpltEndless : 1;
// -- under NT here starts a new long
- bool bAutoCmpltAppendBlanc : 1;
+ bool bAutoCmpltAppendBlank : 1;
bool bAutoCmpltShowAsTip : 1;
bool bAFormatDelSpacesAtSttEnd : 1;