diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-19 21:31:10 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-20 10:43:47 +0100 |
commit | e4404de89548bcf7e632b31f4c3461733e2684d3 (patch) | |
tree | be89d61ebef6e954d06e4b8ec6449da9a0d14339 /sw | |
parent | 3ee517d480b60c0db59bf43f6f52c27f7368d883 (diff) |
Fix typos
Change-Id: I361b5283b092171eaaaf46fa3c1fb13faa53bd7a
Reviewed-on: https://gerrit.libreoffice.org/46821
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index 1cf72a50e519..1a35d257e596 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -5106,7 +5106,7 @@ ErrCode SwWW8ImplReader::CoreLoad(WW8Glossary const *pGloss) { // inserting into an existing document: // As only complete paragraphs are inserted, the current one - // needs to be splitted - once or even twice. + // needs to be split - once or even twice. const SwPosition* pPos = m_pPaM->GetPoint(); // split current paragraph to get new paragraph for the insertion |