ucb/source/core/ucbcmds.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f332958999cc38ad778ac381cc67d249e9bd918a Author: Julien Nabet <serval2...@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 } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits