summaryrefslogtreecommitdiff
path: root/include/unotools/streamhelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-30 15:23:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-31 07:03:06 +0100
commit2721cd2e9cf12c64b5e4456e231a3ed80b95349a (patch)
tree364c2b0aca4356255792b609e25e514c5850dd3c /include/unotools/streamhelper.hxx
parentbbed261b8c12f19d2d81005a529fc68b57f56617 (diff)
loplugin:finalclasses in unotools
Change-Id: I0fa349db5dab3406aa93d40d4d2f41e517bf60fa Reviewed-on: https://gerrit.libreoffice.org/81799 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools/streamhelper.hxx')
-rw-r--r--include/unotools/streamhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/streamhelper.hxx b/include/unotools/streamhelper.hxx
index 99e9e708aa97..5b2b7f762157 100644
--- a/include/unotools/streamhelper.hxx
+++ b/include/unotools/streamhelper.hxx
@@ -33,7 +33,7 @@ namespace utl
/**
* The helper implementation for a using input streams based on SvLockBytes.
*/
-class UNOTOOLS_DLLPUBLIC OInputStreamHelper : public cppu::WeakImplHelper<css::io::XInputStream, css::io::XSeekable>
+class UNOTOOLS_DLLPUBLIC OInputStreamHelper final : public cppu::WeakImplHelper<css::io::XInputStream, css::io::XSeekable>
{
::osl::Mutex m_aMutex;
SvLockBytesRef m_xLockBytes;