diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-04 13:09:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-04 16:09:31 +0100 |
commit | 88ffde02b427afd2fa0214efbdc5d57e90b9d20e (patch) | |
tree | bef30c7d74e3247a0265d3787f700d63342eb388 /sw | |
parent | a0647dfdbbea483ed3a8372b7a54e1934dfa1fe5 (diff) |
Fix typos
Change-Id: Ief7ebd951212b9b4e1f8a7cde61ef50f1278542c
Reviewed-on: https://gerrit.libreoffice.org/45796
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par6.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; |