From 3f04d692141714259a4c4f1060213cd43804d1db Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 21 Jun 2022 08:42:54 +0100 Subject: cid#1506304 Uncaught exception MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaf2563edd5ec038d50c10cd5207eb40339bbb260 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136206 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sc/source/core/tool/scmatrix.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx index 9f6331dd85ad..1cc339175c9e 100644 --- a/sc/source/core/tool/scmatrix.cxx +++ b/sc/source/core/tool/scmatrix.cxx @@ -398,7 +398,7 @@ ScMatrixImpl::~ScMatrixImpl() void ScMatrixImpl::Clear() { - maMat.clear(); + suppress_fun_call_w_exception(maMat.clear()); maMatFlag.clear(); } -- cgit v1.2.3