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

coverity#708512 Uninitialized scalar field

Change-Id: I23b0d3ebcbf64ae4705edaa32fb5933161d8e4d7
üst 5e8f7b8c
......@@ -5894,9 +5894,9 @@ rtl_TextEncoding WW8Fib::GetFIBCharset(sal_uInt16 chs)
}
WW8Style::WW8Style(SvStream& rStream, WW8Fib& rFibPara)
: rFib(rFibPara), rSt(rStream), cstd(0), cbSTDBaseInFile(0),
stiMaxWhenSaved(0), istdMaxFixedWhenSaved(0), nVerBuiltInNamesWhenSaved(0),
ftcAsci(0), ftcFE(0), ftcOther(0), ftcBi(0)
: rFib(rFibPara), rSt(rStream), cstd(0), cbSTDBaseInFile(0), fStdStylenamesWritten(0)
, stiMaxWhenSaved(0), istdMaxFixedWhenSaved(0), nVerBuiltInNamesWhenSaved(0)
, ftcAsci(0), ftcFE(0), ftcOther(0), ftcBi(0)
{
if (!checkSeek(rSt, rFib.fcStshf))
return;
......
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