sw/inc/list.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fd8cdc426e3b1fcf3619311fbd586be9323825c7 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Jun 22 08:56:32 2021 +0100 Commit: Caolán McNamara <caol...@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 <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@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; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits