summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-29 11:20:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-29 11:40:26 +0100
commit80c61632a62e0335397d417e991db7f6999a3f0a (patch)
tree7ee13700398465fc27702774b4d67b1f3fb2b682 /sc
parentcb2488b4a6bc83aa5586162592c80fb584160650 (diff)
coverity#1210185 Uninitialized pointer field
Change-Id: I837094aaf9f04c189296417d77391e3f56604616
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx b/sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx
index bcc86876d6cd..fa9ce7239d51 100644
--- a/sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx
+++ b/sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx
@@ -34,6 +34,7 @@ ScStatisticsTwoVariableDialog::ScStatisticsTwoVariableDialog(
mDocument ( pViewData->GetDocument() ),
mAddressDetails ( mDocument->GetAddressConvention(), 0, 0 ),
mGroupedBy ( BY_COLUMN ),
+ mpActiveEdit ( NULL ),
mCurrentAddress ( pViewData->GetCurX(), pViewData->GetCurY(), pViewData->GetTabNo() ),
mDialogLostFocus( false )
{