Kaydet (Commit) 84e818db authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708341 Uninitialized scalar field

Change-Id: I1169024f243e447f315f796fdc9c53e8b9006602
üst fed275bb
......@@ -188,6 +188,8 @@ drawing::Direction3D GetDirection3D( SdrCustomShapeGeometryItem& rItem, const OU
EnhancedCustomShape3d::Transformation2D::Transformation2D( const SdrObject* pCustomShape, const Rectangle& /*rBoundRect*/, const double *pM )
: aCenter( pCustomShape->GetSnapRect().Center() )
, eProjectionMode( drawing::ProjectionMode_PARALLEL )
, fSkewAngle(0.0)
, fSkew(0.0)
, fZScreen(0.0)
, fOriginX(0.0)
, fOriginY(0.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