[Libreoffice-commits] core.git: sc/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Mar 22 20:02:17 UTC 2021


 sc/source/core/tool/scmatrix.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit c6d91d57169aca8141a14232d15e54ca8650b164
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Mar 22 12:21:14 2021 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Mar 22 21:01:21 2021 +0100

    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 at redhat.com>

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


More information about the Libreoffice-commits mailing list