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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 22 10:11:23 UTC 2021


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

New commits:
commit fd8cdc426e3b1fcf3619311fbd586be9323825c7
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jun 22 08:56:32 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jun 22 12:10:31 2021 +0200

    cid#1486260 Uncaught exception
    
    Change-Id: I12613ed381e961fd36348eabd543b11a1960337d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117613
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/inc/list.hxx b/sw/inc/list.hxx
index 203fda7a266d..ddde0bb299e1 100644
--- a/sw/inc/list.hxx
+++ b/sw/inc/list.hxx
@@ -37,7 +37,7 @@ class SwList
         SwList( const OUString& sListId,
                 SwNumRule& rDefaultListStyle,
                 const SwNodes& rNodes );
-        ~SwList();
+        ~SwList() COVERITY_NOEXCEPT_FALSE;
 
         const OUString & GetListId() const { return msListId; }
 


More information about the Libreoffice-commits mailing list