Kaydet (Commit) eefb4c7b authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

partial revert of 01a87c10 which was buggy

üst 8d6d6bd8
...@@ -6617,7 +6617,7 @@ bool WW8PLCF_HdFt::GetTextPos(sal_uInt8 grpfIhdt, sal_uInt8 nWhich, WW8_CP& rSta ...@@ -6617,7 +6617,7 @@ bool WW8PLCF_HdFt::GetTextPos(sal_uInt8 grpfIhdt, sal_uInt8 nWhich, WW8_CP& rSta
aPLCF.SetIdx( nIdx ); // Lookup suitable CP aPLCF.SetIdx( nIdx ); // Lookup suitable CP
aPLCF.Get( rStart, nEnd, pData ); aPLCF.Get( rStart, nEnd, pData );
rLen = nEnd - rStart; rLen = nEnd - rStart;
++aPLCF; aPLCF++;
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment