vcl/inc/salusereventlist.hxx | 2 +- vcl/source/app/salusereventlist.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0a3704d172f3c721d7b217f9bafe026c457dab55 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Oct 7 09:07:07 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Mon Oct 7 12:30:59 2019 +0200 cid#1454632 silence Uncaught exception Change-Id: I577cfdfde9076a3c6273c9af1f0b35108a0a0160 Reviewed-on: https://gerrit.libreoffice.org/80338 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/inc/salusereventlist.hxx b/vcl/inc/salusereventlist.hxx index 374c715d8092..bf0e2a4fccbb 100644 --- a/vcl/inc/salusereventlist.hxx +++ b/vcl/inc/salusereventlist.hxx @@ -76,7 +76,7 @@ protected: public: SalUserEventList(); - virtual ~SalUserEventList(); + virtual ~SalUserEventList() COVERITY_NOEXCEPT_FALSE; inline const SalFrameSet& getFrames() const; inline SalFrame* anyFrame() const; diff --git a/vcl/source/app/salusereventlist.cxx b/vcl/source/app/salusereventlist.cxx index ddb1fae2bc2d..cb9104d7a5c1 100644 --- a/vcl/source/app/salusereventlist.cxx +++ b/vcl/source/app/salusereventlist.cxx @@ -38,7 +38,7 @@ SalUserEventList::SalUserEventList() { } -SalUserEventList::~SalUserEventList() +SalUserEventList::~SalUserEventList() COVERITY_NOEXCEPT_FALSE { } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits