summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-12 17:25:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-25 16:35:42 +0200
commita41984d0d71f6b76d0e56604b17b52774e39197d (patch)
tree695a7ab2021ac2011f3ad7d3b2847589ba83fdbd /sw
parent4fccc5410185abaf836e40ed0520ac7b50d21474 (diff)
Fix typo
Change-Id: I07929ffe015e1d22fcac6969b00644b82620d4cc Reviewed-on: https://gerrit.libreoffice.org/75506 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/shells/textfld.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textfld.cxx b/sw/source/uibase/shells/textfld.cxx
index 2d2ebbc0355c..325c2b78fda9 100644
--- a/sw/source/uibase/shells/textfld.cxx
+++ b/sw/source/uibase/shells/textfld.cxx
@@ -676,7 +676,7 @@ FIELD_INSERT:
SwPaM* pCursorPos = rSh.GetCursor();
if(pCursorPos)
{
- // Insert five enspace into the text field so the field has extent
+ // Insert five En Space into the text field so the field has extent
sal_Unicode vEnSpaces[ODF_FORMFIELD_DEFAULT_LENGTH] = {8194, 8194, 8194, 8194, 8194};
bool bSuccess = rSh.GetDoc()->getIDocumentContentOperations().InsertString(*pCursorPos, OUString(vEnSpaces, ODF_FORMFIELD_DEFAULT_LENGTH));
if(bSuccess)