summaryrefslogtreecommitdiff
path: root/include/comphelper/seqstream.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-28 21:01:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 07:05:53 +0100
commit13532e63e715ab2bfd1a8040bec6f700fbfa6250 (patch)
tree0ca49b7e2bbb87218ae7b49407527dfbabfbcf72 /include/comphelper/seqstream.hxx
parent857c9193615574539e21e4b58069e4f4a905ac02 (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/seqstream.hxx')
-rw-r--r--include/comphelper/seqstream.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/seqstream.hxx b/include/comphelper/seqstream.hxx
index 656b2a25899e..d515b0fe4b7c 100644
--- a/include/comphelper/seqstream.hxx
+++ b/include/comphelper/seqstream.hxx
@@ -35,8 +35,8 @@ namespace comphelper
// stream for reading data from a sequence of bytes
-class COMPHELPER_DLLPUBLIC SequenceInputStream
-: public ::cppu::WeakImplHelper< css::io::XInputStream, css::io::XSeekable >
+class COMPHELPER_DLLPUBLIC SequenceInputStream final
+ : public ::cppu::WeakImplHelper< css::io::XInputStream, css::io::XSeekable >
{
::osl::Mutex m_aMutex;
css::uno::Sequence<sal_Int8> const m_aData;