summaryrefslogtreecommitdiff
path: root/stoc/source/registry_tdprovider/tdservice.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-19 16:50:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-19 16:52:03 +0200
commite8ff469da51904a2ddafd59b2dcf45539370e08e (patch)
treebf35796d9eca312ec3f06bbaa67abc70cdc42393 /stoc/source/registry_tdprovider/tdservice.cxx
parenteeaa2ecd1e1f6e0f468854b891de0caa28c470e6 (diff)
Remove any remaining remnants of unused component_canUnload feature
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
Diffstat (limited to 'stoc/source/registry_tdprovider/tdservice.cxx')
-rw-r--r--stoc/source/registry_tdprovider/tdservice.cxx14
1 files changed, 3 insertions, 11 deletions
diff --git a/stoc/source/registry_tdprovider/tdservice.cxx b/stoc/source/registry_tdprovider/tdservice.cxx
index de7795672938..9dda6bd54d08 100644
--- a/stoc/source/registry_tdprovider/tdservice.cxx
+++ b/stoc/source/registry_tdprovider/tdservice.cxx
@@ -87,9 +87,7 @@ public:
const Reference< XTypeDescription > & xTD,
sal_Int16 nFlags )
: _aName( rName ), _xTD( xTD ), _nFlags( nFlags )
- {
- g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt );
- }
+ {}
virtual ~PropertyTypeDescriptionImpl();
// XTypeDescription
@@ -107,10 +105,7 @@ public:
//__________________________________________________________________________________________________
// virtual
-PropertyTypeDescriptionImpl::~PropertyTypeDescriptionImpl()
-{
- g_moduleCount.modCnt.release( &g_moduleCount.modCnt );
-}
+PropertyTypeDescriptionImpl::~PropertyTypeDescriptionImpl() {}
// XTypeDescription
//__________________________________________________________________________________________________
@@ -154,10 +149,7 @@ PropertyTypeDescriptionImpl::getPropertyTypeDescription()
//__________________________________________________________________________________________________
// virtual
-ServiceTypeDescriptionImpl::~ServiceTypeDescriptionImpl()
-{
- g_moduleCount.modCnt.release( &g_moduleCount.modCnt );
-}
+ServiceTypeDescriptionImpl::~ServiceTypeDescriptionImpl() {}
// XTypeDescription
//__________________________________________________________________________________________________