Kaydet (Commit) 2e93541d authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#69220 crash in doc (ww6)

Change-Id: I5a09d121a0b0342f28ba5d2d39027b27e9c9eba2
üst 65da01fa
...@@ -811,7 +811,21 @@ struct WW8PLCFxDesc ...@@ -811,7 +811,21 @@ struct WW8PLCFxDesc
//With nStartPos set to WW8_CP_MAX then in the case of a pap or chp //With nStartPos set to WW8_CP_MAX then in the case of a pap or chp
//GetSprms will not search for the sprms, but instead take the //GetSprms will not search for the sprms, but instead take the
//existing ones. //existing ones.
WW8PLCFxDesc() : pIdStk(0), nStartPos(WW8_CP_MAX) {} WW8PLCFxDesc()
: pIdStk(0)
, pMemPos(0)
, nOrigSprmsLen(0)
, nStartPos(WW8_CP_MAX)
, nEndPos(WW8_CP_MAX)
, nOrigStartPos(WW8_CP_MAX)
, nOrigEndPos(WW8_CP_MAX)
, nCp2OrIdx(WW8_CP_MAX)
, nSprmsLen(0)
, nCpOfs(0)
, bFirstSprm(false)
, bRealLineEnd(false)
{
}
void ReduceByOffset(); void ReduceByOffset();
}; };
......
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