summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
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; }