summaryrefslogtreecommitdiff
path: root/svl/source/fsstor/oinputstreamcontainer.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-11 12:35:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-12 08:49:53 +0200
commite1d3ecb498c9b28731392a6cb8557fe73fcfb5e9 (patch)
treead38427e73be092e7ee33c98e1c24874e3230a0e /svl/source/fsstor/oinputstreamcontainer.cxx
parent97930797d2346ceaded866fd7c1dd4c3c9916015 (diff)
loplugin:simplifyconstruct in stoc..svl
Change-Id: I81d465d66a979e9a1e092e5d23ed339840d1fb2d Reviewed-on: https://gerrit.libreoffice.org/60315 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl/source/fsstor/oinputstreamcontainer.cxx')
-rw-r--r--svl/source/fsstor/oinputstreamcontainer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/source/fsstor/oinputstreamcontainer.cxx b/svl/source/fsstor/oinputstreamcontainer.cxx
index c7ff2e015e1c..9b9899992119 100644
--- a/svl/source/fsstor/oinputstreamcontainer.cxx
+++ b/svl/source/fsstor/oinputstreamcontainer.cxx
@@ -29,7 +29,6 @@ OFSInputStreamContainer::OFSInputStreamContainer( const uno::Reference< io::XInp
, m_xSeekable( xStream, uno::UNO_QUERY )
, m_bSeekable( false )
, m_bDisposed( false )
-, m_pListenersContainer( nullptr )
{
m_bSeekable = m_xSeekable.is();
}