sw/source/uibase/shells/textfld.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit df983c2f9fc75d619c3a83b0d326ab85331cd426 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Jul 12 17:25:05 2019 +0200 Commit: Noel Grandin <noel.gran...@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.gran...@collabora.co.uk> Tested-by: Noel Grandin <noel.gran...@collabora.co.uk> (cherry picked from commit a41984d0d71f6b76d0e56604b17b52774e39197d) Reviewed-on: https://gerrit.libreoffice.org/77577 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits