diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:05:47 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-04-15 05:19:20 +0200 |
commit | d408080d7ce6abcf2a4788cbc70556e5e706cf4d (patch) | |
tree | b9ab56a598f543201db5f5935c75626a2b77ba1f /cli_ure/source | |
parent | c84d974067a6a6aa17b6e5e3b289158c1e3cb74a (diff) |
Fix typo
Change-Id: Ie7578a8f1693d69ef5208659375968e43cb15aec
Reviewed-on: https://gerrit.libreoffice.org/70750
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/uno_bridge/cli_proxy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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]))); |