summaryrefslogtreecommitdiff
path: root/extensions/test
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 12:48:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 12:48:44 +0200
commit2fc4a8c8113b1bf78258845ed06662a07996a6af (patch)
treedb055018db2d6190438b451444f337215a76917f /extensions/test
parent7ea8046c741c8b7b608f26e312cc5f1056752c09 (diff)
Add support for cppu::UnoType<void>
Change-Id: I88259ffaffc73979c240721d2db166c79d3085f1
Diffstat (limited to 'extensions/test')
-rw-r--r--extensions/test/ole/OleClient/funcs.cxx2
1 files changed, 1 insertions, 1 deletions
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<Any> & outArgs,
//iterate over all parameters. i represents the parameter index
for (int i = 0; i < values.getLength(); i++)
{
- if (values[i].getValueType() == cppu::UnoType<cppu::UnoVoidType>::get())
+ if (values[i].getValueType() == cppu::UnoType<void>::get())
continue;
//out parameter
//Based on the parameter index find the correspondent out value