partial revert of 01a87c102f which was buggy

This commit is contained in:
Norbert Thiebaud
2011-08-30 21:02:04 -05:00
parent 8d6d6bd8bd
commit eefb4c7b8b

View File

@@ -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;
}