summaryrefslogtreecommitdiff
path: root/package/source/zippackage/wrapstreamforshare.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/zippackage/wrapstreamforshare.hxx')
-rw-r--r--package/source/zippackage/wrapstreamforshare.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/source/zippackage/wrapstreamforshare.hxx b/package/source/zippackage/wrapstreamforshare.hxx
index 649284a69bc7..238483b769f7 100644
--- a/package/source/zippackage/wrapstreamforshare.hxx
+++ b/package/source/zippackage/wrapstreamforshare.hxx
@@ -26,10 +26,9 @@
#include <cppuhelper/implbase.hxx>
#include <rtl/ref.hxx>
-class WrapStreamForShare : public cppu::WeakImplHelper < css::io::XInputStream
+class WrapStreamForShare final : public cppu::WeakImplHelper < css::io::XInputStream
, css::io::XSeekable >
{
-protected:
rtl::Reference< comphelper::RefCountedMutex > m_xMutex;
css::uno::Reference < css::io::XInputStream > m_xInStream;
css::uno::Reference < css::io::XSeekable > m_xSeekable;