Kaydet (Commit) d408080d authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typo

Change-Id: Ie7578a8f1693d69ef5208659375968e43cb15aec
Reviewed-on: https://gerrit.libreoffice.org/70750
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst c84d9740
...@@ -421,7 +421,7 @@ srrm::IMessage^ UnoInterfaceProxy::Invoke(srrm::IMessage^ callmsg) ...@@ -421,7 +421,7 @@ srrm::IMessage^ UnoInterfaceProxy::Invoke(srrm::IMessage^ callmsg)
UnoInterfaceInfo^ info = findInfo( typeBeingCalled ); UnoInterfaceInfo^ info = findInfo( typeBeingCalled );
OSL_ASSERT( nullptr != info ); 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 // get the type description of the call
OUString usMethodName(mapCliString(static_cast<System::String^>( OUString usMethodName(mapCliString(static_cast<System::String^>(
props[m_methodNameString]))); props[m_methodNameString])));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment