[Libreoffice-commits] .: sw/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Sat Aug 13 06:31:00 PDT 2011
sw/source/filter/ww8/ww8scan.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d227806a23411ad3ba97d7da3f500939ec3f74bb
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Aug 13 15:30:36 2011 +0200
A revert of a wrong piece of cppcheck cleaning
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 964929b..ac92dd2 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;
}
More information about the Libreoffice-commits
mailing list