sw/inc/HandleAnchorNodeChg.hxx | 2 +- sw/source/core/layout/atrfrm.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0e9b0b53f8def0452cd1e5394c9c9bef1017aabe Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sat Jul 20 14:47:22 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sat Jul 20 19:01:47 2019 +0200 cid#1448405 Uncaught exception Change-Id: Ic6be9108dc5a9ad43cd44ab57b034100c2474a07 Reviewed-on: https://gerrit.libreoffice.org/76008 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> 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 <SwFlyFrameFormat::MakeFrames>, 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 ) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits