sw/source/uibase/shells/textfld.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a41984d0d71f6b76d0e56604b17b52774e39197d
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: 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.gran...@collabora.co.uk>
    Tested-by: Noel Grandin <noel.gran...@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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to