summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfsdrexport.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-13 20:40:58 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-13 20:56:39 +0100
commit92bdbbed7ff1c75c7798cf4df3636e4e132aee8a (patch)
tree4cec9780828f90aff08d5b329f6c0eedb94d3992 /sw/source/filter/ww8/rtfsdrexport.cxx
parent42f03b75682b1fa8b89df2e89d05f66ce32afad3 (diff)
Fix member variable m_pSdrObject not initialized in the constructor
Change-Id: If957ac222b635aef0518c8d47f3f59351677cef5
Diffstat (limited to 'sw/source/filter/ww8/rtfsdrexport.cxx')
-rw-r--r--sw/source/filter/ww8/rtfsdrexport.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/rtfsdrexport.cxx b/sw/source/filter/ww8/rtfsdrexport.cxx
index 2ca7ed621049..b21f671c7f2a 100644
--- a/sw/source/filter/ww8/rtfsdrexport.cxx
+++ b/sw/source/filter/ww8/rtfsdrexport.cxx
@@ -34,6 +34,7 @@ RtfSdrExport::RtfSdrExport( RtfExport &rExport )
: EscherEx( EscherExGlobalRef( new EscherExGlobal ), 0 ),
m_rExport( rExport ),
m_rAttrOutput( (RtfAttributeOutput&)m_rExport.AttrOutput() ),
+ m_pSdrObject( NULL ),
m_nShapeType( ESCHER_ShpInst_Nil ),
m_pShapeStyle( new OStringBuffer( 200 ) ),
m_pShapeTypeWritten( new bool[ ESCHER_ShpInst_COUNT ] )