summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-10 11:08:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-10 17:39:52 +0100
commitd2aba93a9792a35602d3cc72bda5146018f3a6d5 (patch)
treed68e6380fa63707cb2c07058fbc3086126feec72 /basctl
parent2812c31a447dd148d7606da241f832bba5a4434c (diff)
basctl: simplify deprecated XTypeProvider.getImplementationId
Change-Id: I422ec5b0ad485d1f74191d4bf713367aeb7a0a3d
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basidectrlr.cxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/basctl/source/basicide/basidectrlr.cxx b/basctl/source/basicide/basidectrlr.cxx
index 12bf5ae5856c..1ed82b460f0c 100644
--- a/basctl/source/basicide/basidectrlr.cxx
+++ b/basctl/source/basicide/basidectrlr.cxx
@@ -90,17 +90,7 @@ Sequence< Type > SAL_CALL Controller::getTypes() throw(RuntimeException, std::ex
Sequence< sal_Int8 > SAL_CALL Controller::getImplementationId() throw(RuntimeException, std::exception)
{
- static ::cppu::OImplementationId * pId = 0;
- if ( !pId )
- {
- ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
- if ( !pId )
- {
- static ::cppu::OImplementationId aId;
- pId = &aId;
- }
- }
- return pId->getImplementationId();
+ return css::uno::Sequence<sal_Int8>();
}
// XPropertySet