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

coverity#707994 Uninitialized scalar field

Change-Id: I295cbb23529f614c35f39c756c555dd9eabe8623
üst bc9bcceb
...@@ -2408,6 +2408,9 @@ ScUsedAreaIterator::ScUsedAreaIterator( ScDocument* pDocument, SCTAB nTable, ...@@ -2408,6 +2408,9 @@ ScUsedAreaIterator::ScUsedAreaIterator( ScDocument* pDocument, SCTAB nTable,
, nNextRow( nRow1 ) , nNextRow( nRow1 )
, nCellCol( 0 ) , nCellCol( 0 )
, nCellRow( 0 ) , nCellRow( 0 )
, nAttrCol1( 0 )
, nAttrCol2( 0 )
, nAttrRow( 0 )
, nFoundStartCol( 0 ) , nFoundStartCol( 0 )
, nFoundEndCol( 0 ) , nFoundEndCol( 0 )
, nFoundRow( 0 ) , nFoundRow( 0 )
......
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