stoc: oops, missing closing quote
Change-Id: Ib1acd95a705d2b504718a28a91abd570b57c9de9
This commit is contained in:
@@ -653,7 +653,8 @@ Any SAL_CALL IdlInterfaceMethodImpl::invoke( const Any & rObj, Sequence< Any > &
|
||||
"cannot coerce argument type during corereflection call:"
|
||||
"\narg no.: " + OUString::number(nPos)
|
||||
+ " expected: \"" + OUString(pTD->pTypeName)
|
||||
+ "\" actual: \"" + OUString(pCppArgs[nPos].getValueTypeRef()->pTypeName),
|
||||
+ "\" actual: \"" + OUString(pCppArgs[nPos].getValueTypeRef()->pTypeName)
|
||||
+ "\"",
|
||||
*o3tl::doAccess<Reference<XInterface>>(rObj), (sal_Int16)nPos );
|
||||
|
||||
// cleanup
|
||||
|
Reference in New Issue
Block a user