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

coverity#1187869 Uninitialized pointer field

Change-Id: Ie516d7850b2d415c7d16a2f46f4d552bd14d546f
üst 2eeacdeb
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
ScRedComDialog::ScRedComDialog( Window* pParent, const SfxItemSet& rCoreSet, ScRedComDialog::ScRedComDialog( Window* pParent, const SfxItemSet& rCoreSet,
ScDocShell *pShell, ScChangeAction *pAction, bool bPrevNext) ScDocShell *pShell, ScChangeAction *pAction, bool bPrevNext)
: pChangeAction(NULL)
, pDocShell(NULL)
, pDlg(NULL)
{ {
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
if(pFact) if(pFact)
......
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