summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-09 16:56:20 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-10 10:32:11 +0100
commit06e5bd866b8c0bdb2d5686a3b446151abb8983fb (patch)
tree3b7026c852b90ba7462ad28b89b148b293706e7d /sw
parentce652a7f0d2745143a3e1078607a72695ce124f9 (diff)
Fix typos
Change-Id: I2de8448564c963d3361a828bb96dcdb15eddf717 Reviewed-on: https://gerrit.libreoffice.org/46151 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 0355d420d697..76120b876fa4 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2282,7 +2282,7 @@ void MSWordExportBase::OutputTextNode( SwTextNode& rNode )
{
sal_Int32 nAktPos = *aBreakIt;
- if( softBreakList.size() > 1 ) // not for empty paragpraph
+ if( softBreakList.size() > 1 ) // not for empty paragraph
++aBreakIt;
AttrOutput().StartParagraph( pTextNodeInfo );
@@ -2495,7 +2495,7 @@ void MSWordExportBase::OutputTextNode( SwTextNode& rNode )
}
nLen -= ofs;
- // if paragraph needs to be split, write only until split postition
+ // if paragraph needs to be split, write only until split position
if( bNeedParaSplit && nAktPos + ofs + nLen > *aBreakIt)
nLen = *aBreakIt - nAktPos - ofs;