Kaydet (Commit) 2927ae7a authored tarafından Zolnai Tamás's avatar Zolnai Tamás

cp#2013101510000026: fix file coruption caused by comments' doc export

Plcfbkl contains only character positions. The Plcfbkf is that one
which contains additional informations.

Change-Id: I9bd8eec5c8e64d9d757764dae51bcb866456cdc9
üst 0194b9f5
This diff was suppressed by a .gitattributes entry.
......@@ -2365,13 +2365,6 @@ void WW8_WrPlcSubDoc::WriteGenericPlc( WW8Export& rWrt, sal_uInt8 nTTyp,
}
SwWW8Writer::WriteLong( *rWrt.pTableStrm, aRangeEndPos[i-1] + 1);
// Commented text ranges additional informations (Plcfbkl.aFBKF)
for ( i = 0; i < aRangeEndPos.size(); ++i )
{
SwWW8Writer::WriteShort( *rWrt.pTableStrm, i ); // FBKF.ibkl
SwWW8Writer::WriteShort( *rWrt.pTableStrm, 0 ); // FBKF.bkc
}
nFcStart = rWrt.pTableStrm->Tell();
rFib.lcbPlcfAtnbkl = nFcStart - rFib.fcPlcfAtnbkl;
......
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