From be370b4f70d79e17d728ac6289c0558171fe401a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 19 Mar 2014 17:44:03 +0100 Subject: [PATCH] Remove unused ThreadHelpBase base Change-Id: I018fccbb1546978047f898b4c0107b613d782a6b --- framework/inc/xml/acceleratorconfigurationreader.hxx | 4 +--- framework/source/xml/acceleratorconfigurationreader.cxx | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/framework/inc/xml/acceleratorconfigurationreader.hxx b/framework/inc/xml/acceleratorconfigurationreader.hxx index 19f930a3e0c2..95e5f7f297af 100644 --- a/framework/inc/xml/acceleratorconfigurationreader.hxx +++ b/framework/inc/xml/acceleratorconfigurationreader.hxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include @@ -36,8 +35,7 @@ namespace framework{ -class AcceleratorConfigurationReader : private ThreadHelpBase - , public ::cppu::WeakImplHelper1< css::xml::sax::XDocumentHandler > +class AcceleratorConfigurationReader : public ::cppu::WeakImplHelper1< css::xml::sax::XDocumentHandler > { // const, types diff --git a/framework/source/xml/acceleratorconfigurationreader.cxx b/framework/source/xml/acceleratorconfigurationreader.cxx index 54e87ea7d8c6..a123265d824f 100644 --- a/framework/source/xml/acceleratorconfigurationreader.cxx +++ b/framework/source/xml/acceleratorconfigurationreader.cxx @@ -58,8 +58,7 @@ namespace framework{ AcceleratorConfigurationReader::AcceleratorConfigurationReader(AcceleratorCache& rContainer) - : ThreadHelpBase (&Application::GetSolarMutex()) - , m_rContainer (rContainer ) + : m_rContainer (rContainer ) , m_bInsideAcceleratorList(sal_False ) , m_bInsideAcceleratorItem(sal_False ) {