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

CID#708635 uninitialized members

Change-Id: I875f11347c8d73297ef19c7da858b7246ebd44ca
üst 6edf8cf6
......@@ -1912,6 +1912,7 @@ PolyArgs::PolyArgs( PolyPolygon& rPolyPoly, sal_uInt16 nMaxPoints )
{
mpPointAry = new Point[ mnMaxPoints ];
mpFlagAry = new sal_uInt8 [ mnMaxPoints ];
maPosition.x = maPosition.y = 0;
}
// -----------------------------------------------------------------------
......
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