From 7b5fac67fd2441778cb9a6d2f529adc270998144 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 22 Jun 2017 14:50:10 +0200 Subject: loplugin:unusedfields in accessibility..comphelper Change-Id: Ifb68d65fc3e48dd80e3ff2b7a4124468fdda1695 Reviewed-on: https://gerrit.libreoffice.org/39137 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/comphelper/stillreadwriteinteraction.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/comphelper') diff --git a/include/comphelper/stillreadwriteinteraction.hxx b/include/comphelper/stillreadwriteinteraction.hxx index dcad7609760a..375a23590bcb 100644 --- a/include/comphelper/stillreadwriteinteraction.hxx +++ b/include/comphelper/stillreadwriteinteraction.hxx @@ -38,7 +38,6 @@ private: bool m_bUsed; bool m_bHandledByMySelf; - bool m_bHandledByInternalHandler; public: StillReadWriteInteraction(const css::uno::Reference< css::task::XInteractionHandler >& xHandler, -- cgit