[Libreoffice-commits] core.git: sw/inc sw/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jul 20 17:03:08 UTC 2019
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 <caolanm at redhat.com>
AuthorDate: Sat Jul 20 14:47:22 2019 +0100
Commit: Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at 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 )
{
More information about the Libreoffice-commits
mailing list