diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-07 09:44:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-07 15:47:34 +0200 |
commit | 1506c5e1f7228b23b8cee461701ab9dc8eccde27 (patch) | |
tree | c2995cf02dec1f0668b54a6819ab4d05b96099bc /vcl | |
parent | b017c73efdaff0d4921ff17992e499f25bfb5f33 (diff) |
cid#1453997 silence Uncaught exception
Change-Id: I8158bf997de6e34da1f2ab6a2f9b5e3c61267520
Reviewed-on: https://gerrit.libreoffice.org/80354
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/weldutils.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/weldutils.cxx b/vcl/source/app/weldutils.cxx index 11fc208a7836..9db82c27dda0 100644 --- a/vcl/source/app/weldutils.cxx +++ b/vcl/source/app/weldutils.cxx @@ -22,7 +22,7 @@ void BuilderPage::Activate() {} void BuilderPage::Deactivate() {} -BuilderPage::~BuilderPage() {} +BuilderPage::~BuilderPage() COVERITY_NOEXCEPT_FALSE {} namespace weld { |