[Libreoffice-commits] core.git: sc/inc

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Jan 3 19:28:55 UTC 2020


 sc/inc/externalrefmgr.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4fbd76beb57db9a1261efecf5cfac4cae6fe839b
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jan 3 15:10:05 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jan 3 20:28:25 2020 +0100

    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 at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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


More information about the Libreoffice-commits mailing list