diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-08-13 15:30:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-08-13 15:30:36 +0200 |
commit | d227806a23411ad3ba97d7da3f500939ec3f74bb (patch) | |
tree | 65c10fff6fb34f473512b6401962b53e48baaf24 | |
parent | 66fd1442696059cc6de07ec96af77082654a0990 (diff) |
A revert of a wrong piece of cppcheck cleaning
-rw-r--r-- | sw/source/filter/ww8/ww8scan.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index 964929bab740..ac92dd268a09 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; } |