diff options
-rw-r--r-- | binaryurp/source/proxy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/proxy.cxx b/binaryurp/source/proxy.cxx index 571ab92a3d65..6ab9e8f1c8ca 100644 --- a/binaryurp/source/proxy.cxx +++ b/binaryurp/source/proxy.cxx @@ -206,7 +206,7 @@ void Proxy::do_dispatch_throw( if (mtd->pParams[j].bOut) { css::uno::TypeDescription pt(mtd->pParams[j].pTypeRef); if (mtd->pParams[j].bIn) { - uno_assignData( + (void) uno_assignData( arguments[j], pt.get(), i++->getValue(pt), pt.get(), 0, 0, 0); } else { |