Kaydet (Commit) 5bb7c0ab authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#738892 Uninitialized scalar field

Change-Id: I4eecd759cf22f91a98830fc51b394ac959d6dc8a
üst 03fb400d
...@@ -39,6 +39,7 @@ RtfSdrExport::RtfSdrExport( RtfExport &rExport ) ...@@ -39,6 +39,7 @@ RtfSdrExport::RtfSdrExport( RtfExport &rExport )
m_rAttrOutput( (RtfAttributeOutput&)m_rExport.AttrOutput() ), m_rAttrOutput( (RtfAttributeOutput&)m_rExport.AttrOutput() ),
m_pSdrObject( NULL ), m_pSdrObject( NULL ),
m_nShapeType( ESCHER_ShpInst_Nil ), m_nShapeType( ESCHER_ShpInst_Nil ),
m_nShapeFlags ( 0 ) ,
m_pShapeStyle( new OStringBuffer( 200 ) ), m_pShapeStyle( new OStringBuffer( 200 ) ),
m_pShapeTypeWritten( new bool[ ESCHER_ShpInst_COUNT ] ) m_pShapeTypeWritten( new bool[ ESCHER_ShpInst_COUNT ] )
{ {
......
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