Kaydet (Commit) 451d6219 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:redundantfcast

Change-Id: I88842cc9c757eda08c26f175a810d781146ed1a3
üst a451edce
......@@ -241,7 +241,7 @@ CommandProcessorInfo::CommandProcessorInfo()
uno::Sequence< ucb::CommandInfo > SAL_CALL
CommandProcessorInfo::getCommands()
{
return uno::Sequence< ucb::CommandInfo >( *m_pInfo );
return *m_pInfo;
}
......
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