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

Julien Nabet serval2412 at yahoo.fr
Tue May 20 11:10:49 PDT 2014


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

New commits:
commit f332958999cc38ad778ac381cc67d249e9bd918a
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue May 20 20:09:41 2014 +0200

    Fix wrong copy paste, should be <ucb::CheckinArgument>
    
    See http://nabble.documentfoundation.org/Wrong-copy-paste-in-ucbcmds-cxx-ucb-module-td4109103.html
    for more details
    
    Change-Id: I4f6754cf0350e969cece52008b310e1d8f182622

diff --git a/ucb/source/core/ucbcmds.cxx b/ucb/source/core/ucbcmds.cxx
index 22f5dc9..c4ed448 100644
--- a/ucb/source/core/ucbcmds.cxx
+++ b/ucb/source/core/ucbcmds.cxx
@@ -251,7 +251,7 @@ CommandProcessorInfo::CommandProcessorInfo()
         = ucb::CommandInfo(
             OUString( CHECKIN_NAME ), // Name
             CHECKIN_HANDLE, // Handle
-            cppu::UnoType<ucb::GlobalTransferCommandArgument>::get() ); // ArgType
+            cppu::UnoType<ucb::CheckinArgument>::get() ); // ArgType
 }
 
 


More information about the Libreoffice-commits mailing list