coverity#708461 Uninitialized scalar field

Change-Id: I93ffd3f440e41e5c0d4d0624d2092ea531e2f212
This commit is contained in:
Caolán McNamara
2014-04-10 20:55:16 +01:00
parent 93eb225988
commit 580bbbf851

View File

@@ -111,7 +111,8 @@ SwDropPortion::SwDropPortion( const MSHORT nLineCnt,
nDropDescent(nDrpDescent),
nDistance(nDist),
nFix(0),
nX(0)
nX(0),
nY(0)
{
SetWhichPor( POR_DROP );
}