summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-05-22 11:52:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-05-22 14:33:43 +0200
commitdc8e257e37e37ece9f59717a1609fc2d52a698b0 (patch)
tree871c712a1785521783e5f7fd9222d86ffb222603 /sc
parentf8523e26040040910ca53485039afcca65fd46ab (diff)
cid#1504533 silence Uncaught exception
Change-Id: Id2c782e417b673dcc2e2b5170bcaf6b98bef85f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134720 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/column3.cxx4
1 files changed, 3 insertions, 1 deletions
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()