summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-22 12:21:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-22 21:01:21 +0100
commitc6d91d57169aca8141a14232d15e54ca8650b164 (patch)
treeef9553e3a1479f0b3c62c9459c22ae1d488bc0cf /sc
parent60dd4825ba8fbab211fbb31961ea11873406a280 (diff)
cid#1474296 experiment to see if this makes a difference
Change-Id: Ie7704bea9b042d5d8be5b1784cd7cffa3469b125 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112919 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/scmatrix.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx
index 0201c70b5f8b..86923f3ed367 100644
--- a/sc/source/core/tool/scmatrix.cxx
+++ b/sc/source/core/tool/scmatrix.cxx
@@ -3353,7 +3353,8 @@ public:
maOp(aOp),
mpErrorInterpreter(pErrorInterpreter),
maString(rString),
- mfVal(fVal)
+ mfVal(fVal),
+ maCOp()
{
if (mpErrorInterpreter)
{