summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-18 14:23:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-18 15:36:18 +0100
commitf11118259d890a7d3c590f809c919e27b52a1cda (patch)
treeaa4dd65091899d6ebee1209fa5f01756254c6065
parent724c242f1ddd30f26e2ea08fb1571788a78bf4da (diff)
coverity#708018 Uninitialized scalar field
Change-Id: Ifde16da72b009f0f32a70ccadab08083f5ff14e1
-rw-r--r--sc/source/core/tool/interpr4.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index c6df5fc60b8a..e65e08b15d9b 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -3693,6 +3693,7 @@ ScInterpreter::ScInterpreter( ScFormulaCell* pCell, ScDocument* pDoc,
, nCurFmtType(0)
, nRetFmtType(0)
, mnStringNoValueError(errNoValue)
+ , mnSubTotalFlags(0)
, cPar(0)
, bCalcAsShown(pDoc->GetDocOptions().IsCalcAsShown())
, meVolatileType(r.IsRecalcModeAlways() ? VOLATILE : NOT_VOLATILE)