From 8dc6c96a8036f80c3ba016ea347ce2f83daa9726 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 8 Sep 2018 14:52:40 +0200 Subject: loplugin:simplifyconstruct in filter..framework Change-Id: Ida4307a92dfb1dbd14da5a30b6ee1f0fd6a9455e Reviewed-on: https://gerrit.libreoffice.org/60194 Tested-by: Jenkins Reviewed-by: Noel Grandin --- fpicker/source/office/RemoteFilesDialog.cxx | 1 - fpicker/source/office/fpsmartcontent.cxx | 6 ++---- fpicker/source/office/iodlgimp.cxx | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) (limited to 'fpicker') diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx index 55026fb228cb..a874b481113d 100644 --- a/fpicker/source/office/RemoteFilesDialog.cxx +++ b/fpicker/source/office/RemoteFilesDialog.cxx @@ -179,7 +179,6 @@ RemoteFilesDialog::RemoteFilesDialog( vcl::Window* pParent, PickerFlags nBits ) , m_xMasterPasswd( PasswordContainer::create( m_xContext ) ) , m_nWidth( 0 ) , m_nHeight( 0 ) - , m_pCurrentAsyncAction( nullptr ) , m_pSplitter( nullptr ) , m_pFileView( nullptr ) , m_pContainer( nullptr ) diff --git a/fpicker/source/office/fpsmartcontent.cxx b/fpicker/source/office/fpsmartcontent.cxx index d5aead5af3fc..5ef2d13a62cd 100644 --- a/fpicker/source/office/fpsmartcontent.cxx +++ b/fpicker/source/office/fpsmartcontent.cxx @@ -46,15 +46,13 @@ namespace svt SmartContent::SmartContent() - :m_pContent( nullptr ) - ,m_eState( NOT_BOUND ) + :m_eState( NOT_BOUND ) { } SmartContent::SmartContent( const OUString& _rInitialURL ) - :m_pContent( nullptr ) - ,m_eState( NOT_BOUND ) + :m_eState( NOT_BOUND ) { bindTo( _rInitialURL ); } diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx index 17dfed2f3aa8..171bc3dd3ed5 100644 --- a/fpicker/source/office/iodlgimp.cxx +++ b/fpicker/source/office/iodlgimp.cxx @@ -175,7 +175,6 @@ Size SvtUpButton_Impl::GetOptimalSize() const SvtExpFileDlg_Impl::SvtExpFileDlg_Impl() : _pCurFilter ( nullptr ), - _pUserFilter ( nullptr ), _pFtFileName ( nullptr ), _pEdFileName ( nullptr ), _pFtFileVersion ( nullptr ), -- cgit