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

coverity#708063 Uninitialized scalar field

Change-Id: Ic643d3c5131d88a732d8b72d75e40b4a8a188e9e
üst acf018e6
......@@ -605,6 +605,8 @@ ScMyNotEmptyCellsIterator::ScMyNotEmptyCellsIterator(ScXMLExport& rTempXMLExport
pDetectiveObj(NULL),
pDetectiveOp(NULL),
rExport(rTempXMLExport),
nCellCol(0),
nCellRow(0),
nCurrentTable(SCTAB_MAX)
{
}
......
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