summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
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)
{