loplugin:redundantfcast

Change-Id: I88842cc9c757eda08c26f175a810d781146ed1a3
This commit is contained in:
Stephan Bergmann
2018-03-12 10:12:49 +01:00
parent a451edce98
commit 451d62196d

View File

@@ -241,7 +241,7 @@ CommandProcessorInfo::CommandProcessorInfo()
uno::Sequence< ucb::CommandInfo > SAL_CALL
CommandProcessorInfo::getCommands()
{
return uno::Sequence< ucb::CommandInfo >( *m_pInfo );
return *m_pInfo;
}