summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-04 12:20:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-04 14:30:47 +0100
commit58c5f8a43ee21c4ff67b458f29fe72f3a3e863ac (patch)
treebbbf7d175a02c0cdd1bcef326ff87302fb081adc /starmath
parent3aaee732252f27225b3404c465abda3e1f25d3e7 (diff)
that's a completely pointless getGlobalMutex acquisition
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/smdetect.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/smdetect.cxx b/starmath/source/smdetect.cxx
index 4c8e0075a4ef..6f73a5a86ed0 100644
--- a/starmath/source/smdetect.cxx
+++ b/starmath/source/smdetect.cxx
@@ -455,7 +455,6 @@ UNOSEQUENCE< UNOOUSTRING > SAL_CALL SmFilterDetect::getSupportedServiceNames() t
/* Helper for XServiceInfo */
UNOSEQUENCE< UNOOUSTRING > SmFilterDetect::impl_getStaticSupportedServiceNames()
{
- UNOMUTEXGUARD aGuard( UNOMUTEX::getGlobalMutex() );
UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 1 );
seqServiceNames.getArray() [0] = UNOOUSTRING(RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ExtendedTypeDetection" ));
return seqServiceNames ;