From 451d62196daee61d6b7f1631da43b7b42a2d4f0c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Mar 2018 10:12:49 +0100 Subject: loplugin:redundantfcast Change-Id: I88842cc9c757eda08c26f175a810d781146ed1a3 --- ucb/source/core/ucbcmds.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb') diff --git a/ucb/source/core/ucbcmds.cxx b/ucb/source/core/ucbcmds.cxx index 9bfcd10883e2..fd9feaab6278 100644 --- a/ucb/source/core/ucbcmds.cxx +++ b/ucb/source/core/ucbcmds.cxx @@ -241,7 +241,7 @@ CommandProcessorInfo::CommandProcessorInfo() uno::Sequence< ucb::CommandInfo > SAL_CALL CommandProcessorInfo::getCommands() { - return uno::Sequence< ucb::CommandInfo >( *m_pInfo ); + return *m_pInfo; } -- cgit