coverity#708342 Uninitialized pointer field
Change-Id: I76803ae267c18350d5da6c9e425339cefd0817d7
This commit is contained in:
@@ -87,10 +87,9 @@ SvxContourDlgChildWindow::SvxContourDlgChildWindow( Window* _pParent, sal_uInt16
|
|||||||
}
|
}
|
||||||
|
|
||||||
SvxContourDlg::SvxContourDlg( SfxBindings* _pBindings, SfxChildWindow* pCW,
|
SvxContourDlg::SvxContourDlg( SfxBindings* _pBindings, SfxChildWindow* pCW,
|
||||||
Window* _pParent, const ResId& rResId ) :
|
Window* _pParent, const ResId& rResId )
|
||||||
|
: SfxFloatingWindow(_pBindings, pCW, _pParent, rResId)
|
||||||
SfxFloatingWindow ( _pBindings, pCW, _pParent, rResId )
|
, pSuperClass(NULL)
|
||||||
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user