summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-23 14:11:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-23 14:28:06 +0100
commit2fd883932f2de94ed106485df9234a35d9ca517b (patch)
tree13361e67e84d210c72c77cdf76eebbfbd7325acd /sc
parentcce9c76409affdec3960aa5d047de6fd68363e81 (diff)
coverity#708017 Uninitialized scalar field
Change-Id: I5dbb5bab307195f6328b5322b35385632f35aa43
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/compiler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index 924a70a4c06e..884b870df0ff 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -1531,6 +1531,7 @@ ScCompiler::ScCompiler( ScDocument* pDocument, const ScAddress& rPos,ScTokenArra
pDoc( pDocument ),
aPos( rPos ),
mpFormatter(pDoc->GetFormatTable()),
+ nSrcPos(0),
pCharClass( ScGlobal::pCharClass ),
mnPredetectedReference(0),
mnRangeOpPosInSymbol(-1),