Kaydet (Commit) 2244ba7b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast: nop between pointer types of exactly same spelling

Change-Id: I9873e5be7c9ea97a44baf13f8ca720aff0ff2793
üst 80c2dfa2
......@@ -81,7 +81,7 @@ UnoControlContainerModel::getSupportedServiceNames()
::cppu::IPropertyArrayHelper& UnoControlContainerModel::getInfoHelper()
{
::osl::Guard< ::osl::Mutex > aGuard( ((UnoControlContainerModel*)this)->GetMutex() );
::osl::Guard< ::osl::Mutex > aGuard( GetMutex() );
static UnoPropertyArrayHelper* pHelper = NULL;
if ( !pHelper )
......
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