From ec4b6f6b9984f7d6ed50ccb7799a592c593d32c4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 13 Nov 2021 21:09:17 +0000 Subject: remove an ugly coverity warning suppression MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I243638e242f68d61b639d4afbcb5d65575cc46e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125172 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sw/inc/unochart.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc') 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(); -- cgit