summaryrefslogtreecommitdiff
path: root/package/source/xstor/selfterminatefilestream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor/selfterminatefilestream.hxx')
-rw-r--r--package/source/xstor/selfterminatefilestream.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/source/xstor/selfterminatefilestream.hxx b/package/source/xstor/selfterminatefilestream.hxx
index 661cbcf2fc68..4aecd337d9eb 100644
--- a/package/source/xstor/selfterminatefilestream.hxx
+++ b/package/source/xstor/selfterminatefilestream.hxx
@@ -27,10 +27,9 @@
struct OWriteStream_Impl;
-class OSelfTerminateFileStream : public cppu::WeakImplHelper< css::io::XInputStream,
+class OSelfTerminateFileStream final : public cppu::WeakImplHelper< css::io::XInputStream,
css::io::XSeekable >
{
-protected:
css::uno::Reference< css::ucb::XSimpleFileAccess3 > m_xFileAccess;
OUString m_aURL;