Kaydet (Commit) 2faa8537 authored tarafından Michael Stahl's avatar Michael Stahl

SfxFrameLoader_Impl::impl_getStaticSupportedServiceNames() silly mutex

Change-Id: I5b9ffed3527b5be544a7aa57f67840d30b4ebff5
üst 75673b2b
......@@ -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" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment