From 2fc4a8c8113b1bf78258845ed06662a07996a6af Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Apr 2015 12:48:44 +0200 Subject: Add support for cppu::UnoType Change-Id: I88259ffaffc73979c240721d2db166c79d3085f1 --- extensions/test/ole/OleClient/funcs.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/test') diff --git a/extensions/test/ole/OleClient/funcs.cxx b/extensions/test/ole/OleClient/funcs.cxx index 58cf6e7c01aa..584f958dff51 100644 --- a/extensions/test/ole/OleClient/funcs.cxx +++ b/extensions/test/ole/OleClient/funcs.cxx @@ -122,7 +122,7 @@ bool checkOutArgs(const Sequence & outArgs, //iterate over all parameters. i represents the parameter index for (int i = 0; i < values.getLength(); i++) { - if (values[i].getValueType() == cppu::UnoType::get()) + if (values[i].getValueType() == cppu::UnoType::get()) continue; //out parameter //Based on the parameter index find the correspondent out value -- cgit