diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-08 09:08:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-08 11:27:07 +0200 |
commit | 92f1626160b823f8136c03ab067136f866279da9 (patch) | |
tree | f085c822758b45f7cc41b36523db788c4ed0fa26 /sc/inc | |
parent | 586d0f7458a0e23bbd35d8ff797fd86878e41138 (diff) |
cid#1461387 Uncaught exception
Change-Id: Ifcd9d3043bf51df6eb6a030481c63758f8501a0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91872
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/textuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx index f7023ff36835..401387b8dcca 100644 --- a/sc/inc/textuno.hxx +++ b/sc/inc/textuno.hxx @@ -362,7 +362,7 @@ class ScCellTextObj final : public ScCellTextData, public SvxUnoText { public: ScCellTextObj(ScDocShell* pDocSh, const ScAddress& rP); - virtual ~ScCellTextObj() throw() override; + virtual ~ScCellTextObj() COVERITY_NOEXCEPT_FALSE override; }; #endif |