diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-07-30 11:37:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-07-30 16:41:27 +0200 |
commit | b7322c23a69d0727d0ecb3185d6516ca457e2f14 (patch) | |
tree | a1c0303db548bdcdad7b5e676308cc8479888840 /sw/inc | |
parent | 8689bd5490b473a7ffb149bbe5f7f0683f679c72 (diff) |
cid#1399290 silence Uncaught exception
Change-Id: I1fecdb09374c3631e005039d38dfd852a7b4b671
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119704
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/hhcwrp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/hhcwrp.hxx b/sw/inc/hhcwrp.hxx index f565401d830c..2a6bcb688d27 100644 --- a/sw/inc/hhcwrp.hxx +++ b/sw/inc/hhcwrp.hxx @@ -91,7 +91,7 @@ public: sal_Int32 nConvOptions, bool bIsInteractive, bool bStart, bool bOther, bool bSelection ); - virtual ~SwHHCWrapper() override; + virtual ~SwHHCWrapper() COVERITY_NOEXCEPT_FALSE override; void Convert(); }; |