summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/solveruno.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/unoobj/solveruno.cxx b/sc/source/ui/unoobj/solveruno.cxx
index 1538c3d50bbf..4151e637cf42 100644
--- a/sc/source/ui/unoobj/solveruno.cxx
+++ b/sc/source/ui/unoobj/solveruno.cxx
@@ -124,6 +124,7 @@ ScSolverSettings::ScSolverSettings(ScDocShell* pDocSh, uno::Reference<container:
, m_xSheet(std::move(xSheet))
, m_nStatus(sheet::SolverStatus::NONE)
, m_bSuppressDialog(false)
+ , m_pTable(nullptr)
{
// Initialize member variables with information about the current sheet
OUString aName = m_xSheet->getName();