loplugin:redundantfcast
Change-Id: I88842cc9c757eda08c26f175a810d781146ed1a3
This commit is contained in:
@@ -241,7 +241,7 @@ CommandProcessorInfo::CommandProcessorInfo()
|
||||
uno::Sequence< ucb::CommandInfo > SAL_CALL
|
||||
CommandProcessorInfo::getCommands()
|
||||
{
|
||||
return uno::Sequence< ucb::CommandInfo >( *m_pInfo );
|
||||
return *m_pInfo;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user