diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-19 16:50:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-19 16:52:03 +0200 |
commit | e8ff469da51904a2ddafd59b2dcf45539370e08e (patch) | |
tree | bf35796d9eca312ec3f06bbaa67abc70cdc42393 /stoc/source/loader | |
parent | eeaa2ecd1e1f6e0f468854b891de0caa28c470e6 (diff) |
Remove any remaining remnants of unused component_canUnload feature
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
Diffstat (limited to 'stoc/source/loader')
-rw-r--r-- | stoc/source/loader/dllcomponentloader.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/stoc/source/loader/dllcomponentloader.cxx b/stoc/source/loader/dllcomponentloader.cxx index 45f9959b3bce..fb9ad064ffbf 100644 --- a/stoc/source/loader/dllcomponentloader.cxx +++ b/stoc/source/loader/dllcomponentloader.cxx @@ -53,7 +53,6 @@ using namespace com::sun::star::lang; using namespace com::sun::star::registry; using namespace cppu; using namespace osl; -extern rtl_StandardModuleCount g_moduleCount; namespace stoc_bootstrap { @@ -106,15 +105,11 @@ private: //************************************************************************* DllComponentLoader::DllComponentLoader( const Reference<XComponentContext> & xCtx ) { - g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt ); m_xSMgr.set( xCtx->getServiceManager(), UNO_QUERY ); } //************************************************************************* -DllComponentLoader::~DllComponentLoader() -{ - g_moduleCount.modCnt.release( &g_moduleCount.modCnt ); -} +DllComponentLoader::~DllComponentLoader() {} //************************************************************************* OUString SAL_CALL DllComponentLoader::getImplementationName( ) |