From a04340a08c9f2a0e7208f3109fbcc97ab19fccb3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 16 Nov 2018 00:48:35 +0100 Subject: Fix typos Change-Id: I033731251c4fffd759144f5bd9d6b9737de48c80 Reviewed-on: https://gerrit.libreoffice.org/63455 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sw/source/core/docnode/nodes.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') diff --git a/sw/source/core/docnode/nodes.cxx b/sw/source/core/docnode/nodes.cxx index 5415901819ff..83e43c6d0d2a 100644 --- a/sw/source/core/docnode/nodes.cxx +++ b/sw/source/core/docnode/nodes.cxx @@ -1250,7 +1250,7 @@ void SwNodes::GoStartOfSection(SwNodeIndex *pIdx) // after the next start node SwNodeIndex aTmp( *pIdx->GetNode().StartOfSectionNode(), +1 ); - // If index points to no ContentNode, than go to one. + // If index points to no ContentNode, then go to one. // If there is no further available, do not change the index' position! while( !aTmp.GetNode().IsContentNode() ) { // go from this StartNode (can only be one) to its end @@ -1455,7 +1455,7 @@ void SwNodes::MoveRange( SwPaM & rPam, SwPosition & rPos, SwNodes& rNodes ) if( pSrcNd ) { - // if the first node is a TextNode, than there must + // if the first node is a TextNode, then there must // be also a TextNode in the NodesArray to store the content if( !pDestNd ) { -- cgit