summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-06-22 08:56:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-06-22 12:10:31 +0200
commitfd8cdc426e3b1fcf3619311fbd586be9323825c7 (patch)
treea50aa659e6975597f05bdb2f833e45fe45634bc8 /sw
parent6632bc699b1b57b2e5d8c0bd647aca16dcdcf31e (diff)
cid#1486260 Uncaught exception
Change-Id: I12613ed381e961fd36348eabd543b11a1960337d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117613 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/list.hxx2
1 files changed, 1 insertions, 1 deletions
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; }