diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-03 15:10:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-03 20:28:25 +0100 |
commit | 4fbd76beb57db9a1261efecf5cfac4cae6fe839b (patch) | |
tree | 8afcedab6dc239a8cafa2e72352bdf92fe47f424 /sc/inc | |
parent | c412a95af922972fcf100b48d4baa462b37f9e38 (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.hxx | 2 |
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 |