summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-11-13 21:09:17 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-11-14 15:54:38 +0100
commitec4b6f6b9984f7d6ed50ccb7799a592c593d32c4 (patch)
treee5735b0ebf5e58d875802ff7d94642d96a5193b4 /sw/inc
parentd9faec292239a978881c395dce2970176994a614 (diff)
remove an ugly coverity warning suppression
Change-Id: I243638e242f68d61b639d4afbcb5d65575cc46e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125172 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unochart.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx
index f17f832600b0..49f8a295dfe1 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -84,7 +84,7 @@ class SwChartLockController_Helper
public:
SwChartLockController_Helper( SwDoc *pDocument );
- ~SwChartLockController_Helper() COVERITY_NOEXCEPT_FALSE;
+ ~SwChartLockController_Helper();
void StartOrContinueLocking();
void Disconnect();