From 60cb17c28a639f15fc351f444da37a37ab503ab5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 13 Feb 2014 14:02:08 +0000 Subject: coverity#708342 Uninitialized pointer field Change-Id: I76803ae267c18350d5da6c9e425339cefd0817d7 --- svx/source/dialog/_contdlg.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx index 34d304259abd..47f9e3d6bfdb 100644 --- a/svx/source/dialog/_contdlg.cxx +++ b/svx/source/dialog/_contdlg.cxx @@ -87,10 +87,9 @@ SvxContourDlgChildWindow::SvxContourDlgChildWindow( Window* _pParent, sal_uInt16 } SvxContourDlg::SvxContourDlg( SfxBindings* _pBindings, SfxChildWindow* pCW, - Window* _pParent, const ResId& rResId ) : - - SfxFloatingWindow ( _pBindings, pCW, _pParent, rResId ) - + Window* _pParent, const ResId& rResId ) + : SfxFloatingWindow(_pBindings, pCW, _pParent, rResId) + , pSuperClass(NULL) { } -- cgit v1.2.3