From acb3638afd79472851bdf111192a2c023f44bf67 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 15 Nov 2021 09:10:36 +0000 Subject: replace an ugly coverity warning suppression MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I73921e43e7e955793493e2accab4e3799cfd121c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125221 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sw/inc/HandleAnchorNodeChg.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sw/inc') diff --git a/sw/inc/HandleAnchorNodeChg.hxx b/sw/inc/HandleAnchorNodeChg.hxx index ae46c7e2cc89..446f9ac710a6 100644 --- a/sw/inc/HandleAnchorNodeChg.hxx +++ b/sw/inc/HandleAnchorNodeChg.hxx @@ -53,7 +53,7 @@ public: SwFlyFrame const* _pKeepThisFlyFrame = nullptr); /** calls , if re-creation of fly frames is necessary. */ - ~SwHandleAnchorNodeChg() COVERITY_NOEXCEPT_FALSE; + ~SwHandleAnchorNodeChg(); private: // fly frame format, which is tracked for an anchor node change. @@ -67,6 +67,8 @@ private: SwWrtShell* mpWrtShell; + void ImplDestroy(); + SwHandleAnchorNodeChg(const SwHandleAnchorNodeChg&) = delete; void operator=(const SwHandleAnchorNodeChg) = delete; }; -- cgit