summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-09 17:11:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-09 17:46:39 +0200
commitafe7061d8ba46629f610991b5d35f5e0668fcf89 (patch)
treeb716632f17e49368c306f1b496c62c0d58a2039e /sfx2
parent16ffd2fd242b1c98cbafedb1015107713957c2e9 (diff)
sb140: #i117294# removed unused mutex guard
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/sfx2/sfxuno.hxx1
1 files changed, 0 insertions, 1 deletions
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 ; \