summaryrefslogtreecommitdiffstats
path: root/cli_ure
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:05:47 +0000
committerJens Carl <j.carl43@gmx.de>2019-04-15 05:19:20 +0200
commitd408080d7ce6abcf2a4788cbc70556e5e706cf4d (patch)
treeb9ab56a598f543201db5f5935c75626a2b77ba1f /cli_ure
parentFix typo (diff)
downloadcore-d408080d7ce6abcf2a4788cbc70556e5e706cf4d.tar.gz
core-d408080d7ce6abcf2a4788cbc70556e5e706cf4d.zip
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')
-rw-r--r--cli_ure/source/uno_bridge/cli_proxy.cxx2
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])));