summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-05-31 12:51:36 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-05-31 13:09:04 +0100
commitdbd01385199225ff7011811b28a75e88b0d2f8c8 (patch)
tree51c5338a2bad41cbae3232b328b47280afb4e452 /sw/source/filter
parentb1ca0f247280ca1b7f96fef8c89bc451c38d11af (diff)
targetted minor cppcheck reversion
Change-Id: I897739c4623123c32433d0e10fd301e073bb496e
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/ww8/wrtw8sty.cxx4
1 files changed, 2 insertions, 2 deletions
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() )
{