summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2024-09-28 11:07:46 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-09-28 12:50:40 +0200
commitbb22876320b47c009898fee548df47ed772463ec (patch)
treef9db965c034b28cf8831f2e87274738d08b8601b /sc
parent9f50e047135cd104a9b5081239617a679bb5610d (diff)
cid#1620328 UNINIT_CTOR
Change-Id: I4c56bf457920bb3800413d5e2289e49e5d64eb0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174085 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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();