summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-19 18:12:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-19 18:17:06 +0100
commit2299b5964db383f2d742227df283db58939f8128 (patch)
treebf2c0e207bc9ccf807369b57ea8d858a81f92a26 /framework/source
parent034781978a669594a9174b54929f2596c05b02df (diff)
Remove unused ThreadHelpBase base
Change-Id: Ibddf0ab4107772a65f27851b1ebce3f7bb5d3bcf
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/uiconfiguration/moduleimagemanager.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/source/uiconfiguration/moduleimagemanager.cxx b/framework/source/uiconfiguration/moduleimagemanager.cxx
index 1387d06eee6b..be76ffef0f1f 100644
--- a/framework/source/uiconfiguration/moduleimagemanager.cxx
+++ b/framework/source/uiconfiguration/moduleimagemanager.cxx
@@ -70,8 +70,7 @@ using namespace ::com::sun::star::ui;
namespace framework
{
ModuleImageManager::ModuleImageManager( const uno::Reference< uno::XComponentContext >& xContext ) :
- ThreadHelpBase( &Application::GetSolarMutex() )
- , m_pImpl( new ImageManagerImpl(xContext,static_cast< OWeakObject* >(this),true) )
+ m_pImpl( new ImageManagerImpl(xContext,static_cast< OWeakObject* >(this),true) )
{
}