From e3a31fcca771432a38e4c2e7cc4c4c6c1c157ee9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 23 Dec 2015 16:41:52 +0200 Subject: loplugin:unusedfields Change-Id: I979592adb978c3757a1e54615021ee424a2e02bf Reviewed-on: https://gerrit.libreoffice.org/20892 Tested-by: Jenkins Reviewed-by: Noel Grandin --- desktop/source/deployment/gui/license_dialog.cxx | 3 +-- desktop/source/deployment/gui/license_dialog.hxx | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'desktop') diff --git a/desktop/source/deployment/gui/license_dialog.cxx b/desktop/source/deployment/gui/license_dialog.cxx index cc7d3bd4de3f..c0420c43e940 100644 --- a/desktop/source/deployment/gui/license_dialog.cxx +++ b/desktop/source/deployment/gui/license_dialog.cxx @@ -295,8 +295,7 @@ IMPL_LINK_NOARG_TYPED(LicenseDialogImpl, EndReachedHdl, LicenseView&, void) LicenseDialog::LicenseDialog( Sequence const& args, - Reference const& xComponentContext) - : m_xComponentContext(xComponentContext) + Reference const& ) { comphelper::unwrapArgs( args, m_parent, m_sExtensionName, m_sLicenseText ); } diff --git a/desktop/source/deployment/gui/license_dialog.hxx b/desktop/source/deployment/gui/license_dialog.hxx index 121153535635..f5646c99e932 100644 --- a/desktop/source/deployment/gui/license_dialog.hxx +++ b/desktop/source/deployment/gui/license_dialog.hxx @@ -31,7 +31,6 @@ namespace dp_gui { class LicenseDialog : public ::cppu::WeakImplHelper { - css::uno::Reference const m_xComponentContext; css::uno::Reference /* const */ m_parent; OUString m_sExtensionName; OUString /* const */ m_sLicenseText; -- cgit