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

coverity#708020 Uninitialized scalar field

Change-Id: I5354c893039ea3d636d667ceb79c38067213b09e
üst 89d56e95
......@@ -227,7 +227,8 @@ void ScQueryParamBase::FillInExcelSyntax(
}
}
ScQueryParamTable::ScQueryParamTable()
ScQueryParamTable::ScQueryParamTable() :
nCol1(0),nRow1(0),nCol2(0),nRow2(0),nTab(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