From 07e87211c2b2e98fd176fef2018723b50c8dbb1a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 6 Sep 2018 10:33:11 +0200 Subject: loplugin:simplifyconstruct in dbaccess..drawinglayer Change-Id: I83624d8bc787aaaaf6071171c882a6e5bde70a0d Reviewed-on: https://gerrit.libreoffice.org/60075 Tested-by: Jenkins Reviewed-by: Noel Grandin --- desktop/source/deployment/gui/dp_gui_theextmgr.cxx | 1 - desktop/source/deployment/gui/dp_gui_updatedata.hxx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'desktop/source/deployment') diff --git a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx index 407cf042fa64..e1ac1723e3bc 100644 --- a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx +++ b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx @@ -59,7 +59,6 @@ TheExtensionManager::TheExtensionManager( const uno::Reference< awt::XWindow > & m_xParent( xParent ), m_pExtMgrDialog( nullptr ), m_pUpdReqDialog( nullptr ), - m_pExecuteCmdQueue( nullptr ), m_bModified(false) { m_xExtensionManager = deployment::ExtensionManager::get( xContext ); diff --git a/desktop/source/deployment/gui/dp_gui_updatedata.hxx b/desktop/source/deployment/gui/dp_gui_updatedata.hxx index 1e2c9db47f8a..1148ba03c86a 100644 --- a/desktop/source/deployment/gui/dp_gui_updatedata.hxx +++ b/desktop/source/deployment/gui/dp_gui_updatedata.hxx @@ -36,7 +36,7 @@ namespace dp_gui { struct UpdateData { explicit UpdateData( css::uno::Reference< css::deployment::XPackage > const & aExt): - bIsShared(false), aInstalledPackage(aExt), aUpdateSource(nullptr) {}; + bIsShared(false), aInstalledPackage(aExt) {}; //When entries added to the listbox then there can be one for the user update and one //for the shared update. However, both list entries will contain the same UpdateData. -- cgit