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

coverity#738800 Uninitialized scalar field

Change-Id: I1cc6aeba09d260bab9d42e8c2b8f752df0bc5b8d
üst 15ddc6aa
......@@ -143,8 +143,10 @@ ScXMLTableRowCellContext::ScXMLTableRowCellContext( ScXMLImport& rImport,
pCellRangeSource(NULL),
fValue(0.0),
nMergedRows(1),
nMatrixRows(0),
nRepeatedRows(nTempRepeatedRows),
nMergedCols(1),
nMatrixCols(0),
nColsRepeated(1),
rXMLImport((ScXMLImport&)rImport),
eGrammar( formula::FormulaGrammar::GRAM_STORAGE_DEFAULT),
......
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