diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-10 09:20:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-10 11:03:26 +0200 |
commit | 6a85925841feffdefead52ba35acd3379c8aa8ce (patch) | |
tree | e7db67e138cdb226d3ef345dff96ae29fa429c93 /sd/source/ui/app | |
parent | 66838c2418df4d016be0da0ef1c7e54934c03421 (diff) |
loplugin:simplifyconstruct in scaddins..sd
Change-Id: Ia2c04ef9fe5113b8b04304d0f495b948b5371fb4
Reviewed-on: https://gerrit.libreoffice.org/60237
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/app')
-rw-r--r-- | sd/source/ui/app/optsitem.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/app/sdxfer.cxx | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/app/optsitem.cxx b/sd/source/ui/app/optsitem.cxx index 0a6f4b5656da..a00c357f7f08 100644 --- a/sd/source/ui/app/optsitem.cxx +++ b/sd/source/ui/app/optsitem.cxx @@ -76,7 +76,6 @@ bool SdOptionsItem::PutProperties( const Sequence< OUString >& rNames, const Seq SdOptionsGeneric::SdOptionsGeneric(bool bImpress, const OUString& rSubTree) : maSubTree(rSubTree) - , mpCfgItem( nullptr) , mbImpress(bImpress) , mbInit(rSubTree.isEmpty()) , mbEnableModify(false) diff --git a/sd/source/ui/app/sdxfer.cxx b/sd/source/ui/app/sdxfer.cxx index 1fc338954cae..90d651c257b5 100644 --- a/sd/source/ui/app/sdxfer.cxx +++ b/sd/source/ui/app/sdxfer.cxx @@ -76,17 +76,12 @@ constexpr sal_uInt32 SDTRANSFER_OBJECTTYPE_DRAWOLE = 2; SdTransferable::SdTransferable( SdDrawDocument* pSrcDoc, ::sd::View* pWorkView, bool bInitOnGetData ) : mpPageDocShell( nullptr ) -, mpOLEDataHelper( nullptr ) -, mpObjDesc( nullptr ) , mpSdView( pWorkView ) , mpSdViewIntern( pWorkView ) , mpSdDrawDocument( nullptr ) , mpSdDrawDocumentIntern( nullptr ) , mpSourceDoc( pSrcDoc ) , mpVDev( nullptr ) -, mpBookmark( nullptr ) -, mpGraphic( nullptr ) -, mpImageMap( nullptr ) , mbInternalMove( false ) , mbOwnDocument( false ) , mbOwnView( false ) |