ucb/source/core/ucbcmds.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 451d62196daee61d6b7f1631da43b7b42a2d4f0c Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Mar 12 10:12:49 2018 +0100 loplugin:redundantfcast Change-Id: I88842cc9c757eda08c26f175a810d781146ed1a3 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; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits