summaryrefslogtreecommitdiff
path: root/stoc/source/loader/dllcomponentloader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/loader/dllcomponentloader.cxx')
-rw-r--r--stoc/source/loader/dllcomponentloader.cxx7
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( )