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

coverity#708461 Uninitialized scalar field

Change-Id: I93ffd3f440e41e5c0d4d0624d2092ea531e2f212
üst 93eb2259
...@@ -111,7 +111,8 @@ SwDropPortion::SwDropPortion( const MSHORT nLineCnt, ...@@ -111,7 +111,8 @@ SwDropPortion::SwDropPortion( const MSHORT nLineCnt,
nDropDescent(nDrpDescent), nDropDescent(nDrpDescent),
nDistance(nDist), nDistance(nDist),
nFix(0), nFix(0),
nX(0) nX(0),
nY(0)
{ {
SetWhichPor( POR_DROP ); SetWhichPor( POR_DROP );
} }
......
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