[Libreoffice-commits] core.git: ucb/source

Stephan Bergmann sbergman at redhat.com
Mon Mar 12 09:13:16 UTC 2018


 ucb/source/core/ucbcmds.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 451d62196daee61d6b7f1631da43b7b42a2d4f0c
Author: Stephan Bergmann <sbergman at 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;
 }
 
 


More information about the Libreoffice-commits mailing list