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

coverity#708376 Uninitialized scalar field

Change-Id: Ia7c44a27679ee4f4deb6a99ac0f44d31c1f642a7
üst 566049e4
......@@ -2429,6 +2429,8 @@ void SdrEdgeObj::NbcSetPoint(const Point& rPnt, sal_uInt32 i)
}
SdrEdgeObjGeoData::SdrEdgeObjGeoData()
: bEdgeTrackDirty(false)
, bEdgeTrackUserDefined(false)
{
pEdgeTrack=new XPolygon;
}
......
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