summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-03 13:45:08 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-03 15:20:50 +0100
commit2faa8537b661bb8ca427e0f39547fe49b6ac2325 (patch)
treef7a7f42d2edbbea705e7ea2686ec8af71bdf0d00 /sfx2
parent75673b2b441d86cf92d2fd515285a5553cfceb4a (diff)
SfxFrameLoader_Impl::impl_getStaticSupportedServiceNames() silly mutex
Change-Id: I5b9ffed3527b5be544a7aa57f67840d30b4ebff5
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/frmload.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/view/frmload.cxx b/sfx2/source/view/frmload.cxx
index b7dfc24e7843..a54f877ac017 100644
--- a/sfx2/source/view/frmload.cxx
+++ b/sfx2/source/view/frmload.cxx
@@ -671,7 +671,6 @@ Sequence< OUString > SAL_CALL SfxFrameLoader_Impl::getSupportedServiceNames() th
/* Helper for XServiceInfo */
Sequence< OUString > SfxFrameLoader_Impl::impl_getStaticSupportedServiceNames()
{
- ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
Sequence< OUString > seqServiceNames( 2 );
seqServiceNames.getArray() [0] = OUString( "com.sun.star.frame.SynchronousFrameLoader" );
seqServiceNames.getArray() [1] = OUString( "com.sun.star.frame.OfficeFrameLoader" );