diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-10 09:21:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-10 12:24:50 +0200 |
commit | 700929e8e0f930faa983a3945901b74a745b6347 (patch) | |
tree | 8ac928558e6a8e5ab0af0244ba171a728b1c631c /sot | |
parent | f0de1dea8a408daf894388411b5443bcffd26119 (diff) |
loplugin:simplifyconstruct in sfx2..starmath
Change-Id: I9fbdd23ad61773e57aaf7d70fd19d05a50b8d399
Reviewed-on: https://gerrit.libreoffice.org/60238
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/ucbstorage.cxx | 2 | ||||
-rw-r--r-- | sot/source/unoolestorage/xolesimplestorage.cxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index a943f2d8272f..fe66ddd809fc 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -110,7 +110,6 @@ protected: FileStreamWrapper_Impl::FileStreamWrapper_Impl( const OUString& rName ) : m_aURL( rName ) - , m_pSvStream(nullptr) { // if no URL is provided the stream is empty } @@ -622,7 +621,6 @@ UCBStorageStream_Impl::UCBStorageStream_Impl( const OUString& rName, StreamMode : m_pAntiImpl( pStream ) , m_aURL( rName ) , m_pContent( nullptr ) - , m_pStream( nullptr ) , m_nError( ERRCODE_NONE ) , m_nMode( nMode ) , m_bSourceRead( !( nMode & StreamMode::TRUNC ) ) diff --git a/sot/source/unoolestorage/xolesimplestorage.cxx b/sot/source/unoolestorage/xolesimplestorage.cxx index a3c95d52334e..d4414a2e58ec 100644 --- a/sot/source/unoolestorage/xolesimplestorage.cxx +++ b/sot/source/unoolestorage/xolesimplestorage.cxx @@ -45,7 +45,6 @@ OLESimpleStorage::OLESimpleStorage( css::uno::Reference<css::uno::XComponentContext> const & xContext, css::uno::Sequence<css::uno::Any> const &aArguments) : m_bDisposed( false ) -, m_pStream( nullptr ) , m_pStorage( nullptr ) , m_pListenersContainer( nullptr ) , m_xContext( xContext ) |