From afe7061d8ba46629f610991b5d35f5e0668fcf89 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 9 Sep 2011 17:11:19 +0200 Subject: sb140: #i117294# removed unused mutex guard --- sfx2/inc/sfx2/sfxuno.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/inc/sfx2/sfxuno.hxx b/sfx2/inc/sfx2/sfxuno.hxx index 754b31bd1cb1..5bd7b2f0c521 100644 --- a/sfx2/inc/sfx2/sfxuno.hxx +++ b/sfx2/inc/sfx2/sfxuno.hxx @@ -539,7 +539,6 @@ bool GetEncryptionData_Impl( const SfxItemSet* pSet, ::com::sun::star::uno::Sequ /* Helper for XServiceInfo */ \ UNOSEQUENCE< UNOOUSTRING > IMPLCLASS::impl_getStaticSupportedServiceNames() \ { \ - UNOMUTEXGUARD aGuard( UNOMUTEX::getGlobalMutex() ); \ UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 1 ); \ seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( IMPLSERVICENAME ); \ return seqServiceNames ; \ -- cgit