summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration/imagemanager.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-23 17:09:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-24 08:46:05 +0000
commitdbd2b6037046f0ecaa9a052ebf7c0fa84026968a (patch)
tree5fc95d61418044c10a1699c7f3270424979f5fce /framework/source/uiconfiguration/imagemanager.cxx
parentba55b417643aa8fe1bdc427a4e1933334d037395 (diff)
fix circular depend
Diffstat (limited to 'framework/source/uiconfiguration/imagemanager.cxx')
-rwxr-xr-xframework/source/uiconfiguration/imagemanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uiconfiguration/imagemanager.cxx b/framework/source/uiconfiguration/imagemanager.cxx
index b892fa46f0c5..325b6bf45aae 100755
--- a/framework/source/uiconfiguration/imagemanager.cxx
+++ b/framework/source/uiconfiguration/imagemanager.cxx
@@ -108,7 +108,7 @@ DEFINE_INIT_SERVICE ( ImageManager, {} )
ImageManager::ImageManager( uno::Reference< XMultiServiceFactory > xServiceManager ) :
ThreadHelpBase( &Application::GetSolarMutex() )
- , m_pImpl( new ImageManagerImpl(xServiceManager,static_cast< OWeakObject* >(this),false) )
+ , m_pImpl( new ImageManagerImpl(xServiceManager,this,false) )
{
}