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

New commits:
commit 3f04d692141714259a4c4f1060213cd43804d1db
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Tue Jun 21 08:42:54 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Tue Jun 21 10:40:32 2022 +0200

    cid#1506304 Uncaught exception
    
    Change-Id: Iaf2563edd5ec038d50c10cd5207eb40339bbb260
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136206
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

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();
 }
 

Reply via email to