[Libreoffice-commits] core.git: sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon Dec 4 15:10:42 UTC 2017


 sw/source/filter/ww8/ww8par6.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 88ffde02b427afd2fa0214efbdc5d57e90b9d20e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Dec 4 13:09:52 2017 +0100

    Fix typos
    
    Change-Id: Ief7ebd951212b9b4e1f8a7cde61ef50f1278542c
    Reviewed-on: https://gerrit.libreoffice.org/45796
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index d4b17f9b6f81..28bb9fd072b7 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -5134,7 +5134,7 @@ long SwWW8ImplReader::ImportExtSprm(WW8PLCFManResult* pRes)
     {
         /* 0 (256) */   &SwWW8ImplReader::Read_Footnote,     // FootNote
         /* 1 (257) */   &SwWW8ImplReader::Read_Footnote,     // EndNote
-        /* 2 (258) */   &SwWW8ImplReader::Read_Field,  // Feld
+        /* 2 (258) */   &SwWW8ImplReader::Read_Field,  // Field
         /* 3 (259) */   &SwWW8ImplReader::Read_Book,   // Bookmark
         /* 4 (260) */   &SwWW8ImplReader::Read_And,     // Annotation
         /* 5 (261) */   &SwWW8ImplReader::Read_AtnBook, // Annotationmark
@@ -5162,7 +5162,7 @@ void SwWW8ImplReader::EndExtSprm(sal_uInt16 nSprmId)
     {
         /* 0 (256) */   &SwWW8ImplReader::End_Footnote,      // FootNote
         /* 1 (257) */   &SwWW8ImplReader::End_Footnote,      // EndNote
-        /* 2 (258) */   &SwWW8ImplReader::End_Field,  // Feld
+        /* 2 (258) */   &SwWW8ImplReader::End_Field,  // Field
         /* 3 (259) */   nullptr,   // Bookmark
         /* 4 (260) */   nullptr     // Annotation
     };


More information about the Libreoffice-commits mailing list