diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-28 21:01:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-29 07:05:53 +0100 |
commit | 13532e63e715ab2bfd1a8040bec6f700fbfa6250 (patch) | |
tree | 0ca49b7e2bbb87218ae7b49407527dfbabfbcf72 /include/comphelper/stillreadwriteinteraction.hxx | |
parent | 857c9193615574539e21e4b58069e4f4a905ac02 (diff) |
loplugin:finalclass in comphelper
Change-Id: Ic64151191e46dff81c0a5cb8377f89e1e4afb269
Reviewed-on: https://gerrit.libreoffice.org/81624
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper/stillreadwriteinteraction.hxx')
-rw-r--r-- | include/comphelper/stillreadwriteinteraction.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/stillreadwriteinteraction.hxx b/include/comphelper/stillreadwriteinteraction.hxx index 6bd1d8c6f744..efa5436c2dc5 100644 --- a/include/comphelper/stillreadwriteinteraction.hxx +++ b/include/comphelper/stillreadwriteinteraction.hxx @@ -29,7 +29,7 @@ namespace com::sun::star::task { class XInteractionRequest; } namespace comphelper{ -class COMPHELPER_DLLPUBLIC StillReadWriteInteraction : public ::ucbhelper::InterceptedInteraction +class COMPHELPER_DLLPUBLIC StillReadWriteInteraction final : public ::ucbhelper::InterceptedInteraction { private: static const sal_Int32 HANDLE_INTERACTIVEIOEXCEPTION = 0; |