summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-03 15:10:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-03 20:28:25 +0100
commit4fbd76beb57db9a1261efecf5cfac4cae6fe839b (patch)
tree8afcedab6dc239a8cafa2e72352bdf92fe47f424 /sc/inc
parentc412a95af922972fcf100b48d4baa462b37f9e38 (diff)
cid#1456607 Uncaught exception
Change-Id: Idc15fe4049dc6669b9e25cd1a8fb187e10df2b6a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86186 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/externalrefmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index e698eada3362..b0b81ea705e8 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -379,7 +379,7 @@ public:
{
public:
LinkListener();
- virtual ~LinkListener() = 0;
+ virtual ~LinkListener() COVERITY_NOEXCEPT_FALSE = 0;
virtual void notify(sal_uInt16 nFileId, LinkUpdateType eType) = 0;
struct Hash