Kaydet (Commit) f2d8fdab authored tarafından Stephan Bergmann's avatar Stephan Bergmann

cid#1212456 Silently ignore uno_assignData return value here

...which must be true for pDestTypeDescr == pSourceTypeDescr.

Change-Id: I98b4d654eb0e705ff0b577e7c87971b418ed13fc
üst eb37bbe5
......@@ -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 {
......
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