diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-17 15:03:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-17 15:03:50 +0200 |
commit | 2d1675c3adbd3f3ff4b0d6815c88938ed775b9b2 (patch) | |
tree | d5b908b5fc0c764011f11acd3b71b1e3a677258f /basic | |
parent | 3d3293144b0e0d2d28136b1b2c7154d6352463b8 (diff) |
The getSupportedServiceNames implementations will already take care
Change-Id: I0c7ae8e0393f069259b943e04368e874abdf8386
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/uno/namecont.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx index fa71d3615b48..5ad7de4db706 100644 --- a/basic/source/uno/namecont.cxx +++ b/basic/source/uno/namecont.cxx @@ -2971,7 +2971,6 @@ void SAL_CALL SfxLibraryContainer::broadcastVBAScriptEvent( sal_Int32 nIdentifie sal_Bool SAL_CALL SfxLibraryContainer::supportsService( const OUString& _rServiceName ) throw (RuntimeException) { - LibraryContainerMethodGuard aGuard( *this ); return cppu::supportsService(this, _rServiceName); } |