coverity#708461 Uninitialized scalar field
Change-Id: I93ffd3f440e41e5c0d4d0624d2092ea531e2f212
This commit is contained in:
@@ -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 );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user