From 0e9b0b53f8def0452cd1e5394c9c9bef1017aabe Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 20 Jul 2019 14:47:22 +0100 Subject: cid#1448405 Uncaught exception MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic6be9108dc5a9ad43cd44ab57b034100c2474a07 Reviewed-on: https://gerrit.libreoffice.org/76008 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/inc/HandleAnchorNodeChg.hxx | 2 +- sw/source/core/layout/atrfrm.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sw/inc/HandleAnchorNodeChg.hxx b/sw/inc/HandleAnchorNodeChg.hxx index e01da4c932a6..2a5247e0451c 100644 --- a/sw/inc/HandleAnchorNodeChg.hxx +++ b/sw/inc/HandleAnchorNodeChg.hxx @@ -50,7 +50,7 @@ public: SwFlyFrame const * _pKeepThisFlyFrame = nullptr ); /** calls , if re-creation of fly frames is necessary. */ - ~SwHandleAnchorNodeChg(); + ~SwHandleAnchorNodeChg() COVERITY_NOEXCEPT_FALSE; private: // fly frame format, which is tracked for a anchor node change. diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx index 4969bdc54599..a23c3209ad14 100644 --- a/sw/source/core/layout/atrfrm.cxx +++ b/sw/source/core/layout/atrfrm.cxx @@ -3290,7 +3290,7 @@ SwHandleAnchorNodeChg::SwHandleAnchorNodeChg( SwFlyFrameFormat& _rFlyFrameFormat } } -SwHandleAnchorNodeChg::~SwHandleAnchorNodeChg() +SwHandleAnchorNodeChg::~SwHandleAnchorNodeChg() COVERITY_NOEXCEPT_FALSE { if ( mbAnchorNodeChanged ) { -- cgit