coverity#738892 Uninitialized scalar field

Change-Id: I4eecd759cf22f91a98830fc51b394ac959d6dc8a
This commit is contained in:
Caolán McNamara
2014-02-19 10:21:10 +00:00
parent 03fb400dc3
commit 5bb7c0ab47

View File

@@ -39,6 +39,7 @@ RtfSdrExport::RtfSdrExport( RtfExport &rExport )
m_rAttrOutput( (RtfAttributeOutput&)m_rExport.AttrOutput() ),
m_pSdrObject( NULL ),
m_nShapeType( ESCHER_ShpInst_Nil ),
m_nShapeFlags ( 0 ) ,
m_pShapeStyle( new OStringBuffer( 200 ) ),
m_pShapeTypeWritten( new bool[ ESCHER_ShpInst_COUNT ] )
{