From abc6071b7a8af354a56c91e4caecd8afc79f55cc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Nov 2015 14:45:38 +0200 Subject: loplugin:unusedfields various Change-Id: I18f94269a1172cf195ee402384f7144610e1e82d --- xmloff/source/forms/attriblistmerge.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/forms/attriblistmerge.hxx b/xmloff/source/forms/attriblistmerge.hxx index 03f6d0f00860..a0b333d448e0 100644 --- a/xmloff/source/forms/attriblistmerge.hxx +++ b/xmloff/source/forms/attriblistmerge.hxx @@ -41,7 +41,6 @@ namespace xmloff class OAttribListMerger : public OAttribListMerger_Base { protected: - ::osl::Mutex m_aMutex; typedef std::vector< css::uno::Reference< css::xml::sax::XAttributeList > > AttributeListArray; AttributeListArray m_aLists; -- cgit