summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-31 20:52:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-01 10:38:23 +0100
commit1235c8ae93bcaaf1f2ababdeefe22dc3700078b7 (patch)
treeeb599202fdd65c276a154d4f463bd014ac0f0bdf
parent3b0c60be978e76d4ec0612c5d0fbe90a23a4ace6 (diff)
coverity#738869 Uninitialized pointer field
Change-Id: If0a3eae2bb54979e8a6119b5084fc0d29cbd5ebb
-rw-r--r--svx/source/dialog/_contdlg.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx
index 9095ce0c1a8f..c793ef7cb558 100644
--- a/svx/source/dialog/_contdlg.cxx
+++ b/svx/source/dialog/_contdlg.cxx
@@ -209,6 +209,7 @@ void SvxContourDlg::Update( const Graphic& rGraphic, bool bGraphicLinked,
SvxSuperContourDlg::SvxSuperContourDlg( SfxBindings *_pBindings, SfxChildWindow *pCW,
Window* _pParent, const ResId& rResId ) :
SvxContourDlg ( _pBindings, pCW, _pParent, rResId ),
+ pUpdateEditingObject( NULL ),
pCheckObj ( NULL ),
aContourItem ( SID_CONTOUR_EXEC, *this, *_pBindings ),
aTbx1 ( this, ResId( TBX1, *rResId.GetResMgr() ) ),
@@ -217,6 +218,7 @@ SvxSuperContourDlg::SvxSuperContourDlg( SfxBindings *_pBindings, SfxChildWindow
aStbStatus ( this, WB_BORDER | WB_3DLOOK | WB_LEFT ),
nGrfChanged ( 0UL ),
bExecState ( sal_False ),
+ bUpdateGraphicLinked( sal_False ),
bGraphicLinked ( sal_False ),
maImageList ( SVX_RES( CD_IMAPDLG ) )
{