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 --- stoc/test/testconv.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc/test') diff --git a/stoc/test/testconv.cxx b/stoc/test/testconv.cxx index 66ecd6473600..950a9129f59b 100644 --- a/stoc/test/testconv.cxx +++ b/stoc/test/testconv.cxx @@ -632,7 +632,7 @@ static void test_Conversion( const Reference< XMultiServiceFactory > & xMgr ) convertTo( cppu::UnoType>::get(), rVal, rBlock._toSeqINT16 ); convertTo( cppu::UnoType>::get(), rVal, rBlock._toSeqAny ); - convertTo( cppu::UnoType::get(), rVal, sal_True ); // anything converts to void + convertTo( cppu::UnoType::get(), rVal, sal_True ); // anything converts to void } s_xConverter.clear(); -- cgit v1.2.3