summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-08-30 23:11:44 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-08-30 23:13:04 +0200
commit01a87c102fe6bdaf3aa48a0ba17219e6e0983c4c (patch)
tree8eceb26b832e308924bdbea210e50c3eb61f9d59 /sw/source/filter
parent8bf60230255e0e8da66cafff578f148858cee4ca (diff)
Some cppcheck cleaning
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/ww8/ww8scan.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index ac92dd268a09..964929bab740 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -6617,7 +6617,7 @@ bool WW8PLCF_HdFt::GetTextPos(sal_uInt8 grpfIhdt, sal_uInt8 nWhich, WW8_CP& rSta
aPLCF.SetIdx( nIdx ); // Lookup suitable CP
aPLCF.Get( rStart, nEnd, pData );
rLen = nEnd - rStart;
- aPLCF++;
+ ++aPLCF;
return true;
}