Kaydet (Commit) 61ca9005 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#1038498 : Uninitialized scalar field

Change-Id: I11f3056e96436fbb305316ef5c6505629e6418a3
üst 2a339a2f
......@@ -206,9 +206,12 @@ int PowerPointExport::GetPPTXLayoutId( int nOffset )
return nId;
}
PowerPointShapeExport::PowerPointShapeExport( FSHelperPtr pFS, ShapeHashMap* pShapeMap, PowerPointExport* pFB )
: ShapeExport( XML_p, pFS, pShapeMap, pFB )
PowerPointShapeExport::PowerPointShapeExport( FSHelperPtr pFS, ShapeHashMap* pShapeMap,
PowerPointExport* pFB )
: ShapeExport( XML_p, pFS, pShapeMap, pFB )
, mrExport( *pFB )
, mePageType(UNDEFINED)
, mbMaster(sal_False)
{
}
......
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