Kaydet (Commit) 20a7ffd8 authored tarafından Michael Stahl's avatar Michael Stahl

stoc: remove extra braces

Change-Id: I3b6b77ba58832d7bfc350eeb5e589513b716a081
üst 7936368f
...@@ -432,7 +432,6 @@ Reference< XInterface > SAL_CALL proxyfac_create( ...@@ -432,7 +432,6 @@ Reference< XInterface > SAL_CALL proxyfac_create(
SAL_UNUSED_PARAMETER Reference< XComponentContext > const & ) SAL_UNUSED_PARAMETER Reference< XComponentContext > const & )
{ {
Reference< XInterface > xRet; Reference< XInterface > xRet;
{
static osl::Mutex s_mutex; static osl::Mutex s_mutex;
// note: don't use ::osl::Mutex::getGlobalMutex() here, it deadlocks // note: don't use ::osl::Mutex::getGlobalMutex() here, it deadlocks
// with getImplHelperInitMutex() // with getImplHelperInitMutex()
...@@ -445,7 +444,6 @@ Reference< XInterface > SAL_CALL proxyfac_create( ...@@ -445,7 +444,6 @@ Reference< XInterface > SAL_CALL proxyfac_create(
xRet = static_cast< ::cppu::OWeakObject * >(new FactoryImpl); xRet = static_cast< ::cppu::OWeakObject * >(new FactoryImpl);
rwInstance = xRet; rwInstance = xRet;
} }
}
return xRet; return xRet;
} }
......
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