sc/source/core/data/column3.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit dc8e257e37e37ece9f59717a1609fc2d52a698b0
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun May 22 11:52:10 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sun May 22 14:33:43 2022 +0200

    cid#1504533 silence Uncaught exception
    
    Change-Id: Id2c782e417b673dcc2e2b5170bcaf6b98bef85f3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134720
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 48806d17a865..e8000bdc9797 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -54,6 +54,8 @@
 
 #include <memory>
 
+#include <o3tl/deleter.hxx>
+
 #include <rtl/tencinfo.h>
 
 #include <svl/numformat.hxx>
@@ -128,7 +130,7 @@ protected:
     }
     ~CellInterpreterBase()
     {
-        flushPending();
+        suppress_fun_call_w_exception(flushPending());
     }
 private:
     void flushPending()

Reply via email to