From dbd01385199225ff7011811b28a75e88b0d2f8c8 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 31 May 2012 12:51:36 +0100 Subject: targetted minor cppcheck reversion Change-Id: I897739c4623123c32433d0e10fd301e073bb496e --- sw/source/filter/ww8/wrtw8sty.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/filter') diff --git a/sw/source/filter/ww8/wrtw8sty.cxx b/sw/source/filter/ww8/wrtw8sty.cxx index f4751086adfe..b1686c591499 100644 --- a/sw/source/filter/ww8/wrtw8sty.cxx +++ b/sw/source/filter/ww8/wrtw8sty.cxx @@ -2036,13 +2036,13 @@ bool WW8_WrPlcSubDoc::WriteGenericTxt( WW8Export& rWrt, sal_uInt8 nTTyp, nTTyp ); { SwNodeIndex aContentIdx = *pNdIdx; - ++aContentIdx; + aContentIdx++; if ( aContentIdx.GetNode().IsTableNode() ) { bool bContainsOnlyTables = true; do { aContentIdx = *(aContentIdx.GetNode().EndOfSectionNode()); - ++aContentIdx; + aContentIdx++; if ( !aContentIdx.GetNode().IsTableNode() && aContentIdx.GetIndex() != pNdIdx->GetNode().EndOfSectionIndex() ) { -- cgit v1.2.3