stoc/source/corereflection/criface.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit dae273da614a57724aea736f415de97416fe016e
Author: Michael Stahl <mst...@redhat.com>
Date:   Fri Jan 27 12:14:37 2017 +0100

    stoc: oops, missing closing quote
    
    Change-Id: Ib1acd95a705d2b504718a28a91abd570b57c9de9

diff --git a/stoc/source/corereflection/criface.cxx 
b/stoc/source/corereflection/criface.cxx
index a6b4395..6846514 100644
--- a/stoc/source/corereflection/criface.cxx
+++ b/stoc/source/corereflection/criface.cxx
@@ -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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to