summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-27 11:22:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 12:58:49 +0000
commitfd997b360f4b448d574c1efc5c8ad1c68f7dbdc2 (patch)
tree9630a84ea4eabb97f57c438641e6663e95636eb5 /sc/source/ui/miscdlgs
parent2eeacdeb337811d207d40adfbda266f4c880a103 (diff)
coverity#1187869 Uninitialized pointer field
Change-Id: Ie516d7850b2d415c7d16a2f46f4d552bd14d546f
Diffstat (limited to 'sc/source/ui/miscdlgs')
-rw-r--r--sc/source/ui/miscdlgs/redcom.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/miscdlgs/redcom.cxx b/sc/source/ui/miscdlgs/redcom.cxx
index c738ba3a8593..50c8d0e57c68 100644
--- a/sc/source/ui/miscdlgs/redcom.cxx
+++ b/sc/source/ui/miscdlgs/redcom.cxx
@@ -29,6 +29,9 @@
ScRedComDialog::ScRedComDialog( Window* pParent, const SfxItemSet& rCoreSet,
ScDocShell *pShell, ScChangeAction *pAction, bool bPrevNext)
+ : pChangeAction(NULL)
+ , pDocShell(NULL)
+ , pDlg(NULL)
{
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
if(pFact)