From 8e8a88ec1ad02c153ae3c7653edc81716dc91b7a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 31 May 2016 15:07:58 +0200 Subject: loplugin:unusedfields Change-Id: Ieed5f4d9411478d2568b8e5f4bbe0782bd1d309d Reviewed-on: https://gerrit.libreoffice.org/25724 Tested-by: Jenkins Reviewed-by: Noel Grandin --- framework/source/inc/dispatch/dispatchdisabler.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/source/inc') diff --git a/framework/source/inc/dispatch/dispatchdisabler.hxx b/framework/source/inc/dispatch/dispatchdisabler.hxx index 3d7a61811d98..046bbb1d4972 100644 --- a/framework/source/inc/dispatch/dispatchdisabler.hxx +++ b/framework/source/inc/dispatch/dispatchdisabler.hxx @@ -44,7 +44,6 @@ class DispatchDisabler : public ::cppu::WeakImplHelper< std::set maDisabledURLs; css::uno::Reference< css::frame::XDispatchProvider > mxSlave; css::uno::Reference< css::frame::XDispatchProvider > mxMaster; - css::uno::Reference< css::uno::XComponentContext > mxContext; public: DispatchDisabler(const css::uno::Reference< css::uno::XComponentContext >& rxContext); virtual ~DispatchDisabler() {} -- cgit