diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-15 19:41:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-16 17:39:04 +0100 |
commit | b7b13ff527f8e726ada907634ca1f1ddd4c4699e (patch) | |
tree | c2b4c47dd12fd1d8807ce07ffc674c70888cfb4a /include | |
parent | 24b69e95c699ca595775f657244498a0cebe1faf (diff) |
revert cid#1455212 Uncaught exception
doesn't help in this case, so drop it
Change-Id: I1837c08b604cd74ca07793d5d31eb60364381d8f
Reviewed-on: https://gerrit.libreoffice.org/82964
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/request.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/request.hxx b/include/sfx2/request.hxx index 3dde592b244e..90058a5b1f7f 100644 --- a/include/sfx2/request.hxx +++ b/include/sfx2/request.hxx @@ -64,7 +64,7 @@ public: SfxRequest(sal_uInt16 nSlot, SfxCallMode nCallMode, const SfxAllItemSet& rSfxArgs); SfxRequest( sal_uInt16 nSlot, SfxCallMode nCallMode, const SfxAllItemSet& rSfxArgs, const SfxAllItemSet& rSfxInternalArgs ); SfxRequest( const SfxRequest& rOrig ); - virtual ~SfxRequest() COVERITY_NOEXCEPT_FALSE override; + virtual ~SfxRequest() override; sal_uInt16 GetSlot() const { return nSlot; } void SetSlot(sal_uInt16 nNewSlot) { nSlot = nNewSlot; } |