[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 19 07:37:23 UTC 2019
sw/source/uibase/shells/textfld.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit df983c2f9fc75d619c3a83b0d326ab85331cd426
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: Mon Aug 19 09:36:45 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>
(cherry picked from commit a41984d0d71f6b76d0e56604b17b52774e39197d)
Reviewed-on: https://gerrit.libreoffice.org/77577
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
diff --git a/sw/source/uibase/shells/textfld.cxx b/sw/source/uibase/shells/textfld.cxx
index 795cb38866ae..28d4d7762594 100644
--- a/sw/source/uibase/shells/textfld.cxx
+++ b/sw/source/uibase/shells/textfld.cxx
@@ -671,7 +671,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