From c6d91d57169aca8141a14232d15e54ca8650b164 Mon Sep 17 00:00:00 2001
From: Caolán McNamara <caolanm@redhat.com>
Date: Mon, 22 Mar 2021 12:21:14 +0000
Subject: cid#1474296 experiment to see if this makes a difference
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: Ie7704bea9b042d5d8be5b1784cd7cffa3469b125
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112919
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
---
 sc/source/core/tool/scmatrix.cxx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'sc')

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)
         {
-- 
cgit