[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 25 14:36:32 UTC 2019
sw/source/uibase/shells/textfld.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a41984d0d71f6b76d0e56604b17b52774e39197d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jul 12 17:25:05 2019 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Jul 25 16:35:42 2019 +0200
Fix typo
Change-Id: I07929ffe015e1d22fcac6969b00644b82620d4cc
Reviewed-on: https://gerrit.libreoffice.org/75506
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>
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)
More information about the Libreoffice-commits
mailing list