[Libreoffice-commits] core.git: cli_ure/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 15 03:20:04 UTC 2019
cli_ure/source/uno_bridge/cli_proxy.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d408080d7ce6abcf2a4788cbc70556e5e706cf4d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:05:47 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Mon Apr 15 05:19:20 2019 +0200
Fix typo
Change-Id: Ie7578a8f1693d69ef5208659375968e43cb15aec
Reviewed-on: https://gerrit.libreoffice.org/70750
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/cli_ure/source/uno_bridge/cli_proxy.cxx b/cli_ure/source/uno_bridge/cli_proxy.cxx
index f980aa3452bd..6930cbfbe83b 100644
--- a/cli_ure/source/uno_bridge/cli_proxy.cxx
+++ b/cli_ure/source/uno_bridge/cli_proxy.cxx
@@ -421,7 +421,7 @@ srrm::IMessage^ UnoInterfaceProxy::Invoke(srrm::IMessage^ callmsg)
UnoInterfaceInfo^ info = findInfo( typeBeingCalled );
OSL_ASSERT( nullptr != info );
- // ToDo do without string conversion, a OUString is not needed here
+ // ToDo do without string conversion, an OUString is not needed here
// get the type description of the call
OUString usMethodName(mapCliString(static_cast<System::String^>(
props[m_methodNameString])));
More information about the Libreoffice-commits
mailing list