diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-18 14:23:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-18 15:36:18 +0100 |
commit | f11118259d890a7d3c590f809c919e27b52a1cda (patch) | |
tree | aa4dd65091899d6ebee1209fa5f01756254c6065 /sc | |
parent | 724c242f1ddd30f26e2ea08fb1571788a78bf4da (diff) |
coverity#708018 Uninitialized scalar field
Change-Id: Ifde16da72b009f0f32a70ccadab08083f5ff14e1
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/interpr4.cxx | 1 |
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) |