Kaydet (Commit) 47443d72 authored tarafından Michael Stahl's avatar Michael Stahl

ucbhelper: get rid of pointless scope in ContentImplHelper::release

Change-Id: I5a35674115388288190e3a6496010badc32cf589
üst 920d4463
......@@ -152,10 +152,8 @@ void SAL_CALL ContentImplHelper::release()
rtl::Reference< ContentProviderImplHelper > xKeepProviderAlive(
m_xProvider );
{
osl::MutexGuard aGuard( m_xProvider->m_aMutex );
OWeakObject::release();
}
osl::MutexGuard aGuard( m_xProvider->m_aMutex );
OWeakObject::release();
}
uno::Any SAL_CALL ContentImplHelper::queryInterface( const uno::Type & rType )
......
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