From fd8cdc426e3b1fcf3619311fbd586be9323825c7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 22 Jun 2021 08:56:32 +0100 Subject: cid#1486260 Uncaught exception MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I12613ed381e961fd36348eabd543b11a1960337d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117613 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- sw/inc/list.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') 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; } -- cgit