summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-04 11:58:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-04 14:30:47 +0100
commit3aaee732252f27225b3404c465abda3e1f25d3e7 (patch)
tree02c17172f47e53989754e95a3923973be8f0da14 /sw
parente08de37b59b6b89ca8c9e917e6311ee82beba2c7 (diff)
that's a completely pointless getGlobalMutex acquisition
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/uno/swdetect.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/uno/swdetect.cxx b/sw/source/ui/uno/swdetect.cxx
index aea3ff13f29c..c95900fb928b 100644
--- a/sw/source/ui/uno/swdetect.cxx
+++ b/sw/source/ui/uno/swdetect.cxx
@@ -455,7 +455,6 @@ UNOSEQUENCE< UNOOUSTRING > SAL_CALL SwFilterDetect::getSupportedServiceNames() t
/* Helper for XServiceInfo */
UNOSEQUENCE< UNOOUSTRING > SwFilterDetect::impl_getStaticSupportedServiceNames()
{
- UNOMUTEXGUARD aGuard( UNOMUTEX::getGlobalMutex() );
UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 3 );
seqServiceNames.getArray() [0] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ExtendedTypeDetection" ));
seqServiceNames.getArray() [1] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.text.FormatDetector" ));