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

coverity#708044 Uninitialized scalar field

Change-Id: I5170e743a334883a84f35255d20a2f525ab4fc74
üst 5c614cf1
...@@ -73,7 +73,7 @@ struct ScEEParseEntry ...@@ -73,7 +73,7 @@ struct ScEEParseEntry
aItemSet( *pPool ), pValStr( NULL ), aItemSet( *pPool ), pValStr( NULL ),
pNumStr( NULL ), pName( NULL ), pNumStr( NULL ), pName( NULL ),
nCol(SCCOL_MAX), nRow(SCROW_MAX), nTab(0), nCol(SCCOL_MAX), nRow(SCROW_MAX), nTab(0),
nColOverlap(1), nRowOverlap(1), nTwips(0), nColOverlap(1), nRowOverlap(1),
nOffset(0), nWidth(0), bHasGraphic(false), bEntirePara(true) nOffset(0), nWidth(0), bHasGraphic(false), bEntirePara(true)
{} {}
......
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