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

coverity#708045 Uninitialized scalar field

Change-Id: I8084a56a9805afbf69f8df1afe71ebda2e617fb9
üst 4934937a
...@@ -81,7 +81,7 @@ struct ScEEParseEntry ...@@ -81,7 +81,7 @@ struct ScEEParseEntry
aItemSet( rItemSet ), pValStr( NULL ), aItemSet( rItemSet ), 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