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 --- io/test/stm/datatest.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io/test') diff --git a/io/test/stm/datatest.cxx b/io/test/stm/datatest.cxx index 55a13c2433fe..ee378cf7066c 100644 --- a/io/test/stm/datatest.cxx +++ b/io/test/stm/datatest.cxx @@ -805,8 +805,8 @@ sal_Bool compareMyPropertySet( Reference< XPropertySet > &r1 , Reference < XProp { sal_Bool b = sal_True; - if( r1->getPropertyValue("long").getValueType() == cppu::UnoType::get() || - r2->getPropertyValue("long").getValueType() == cppu::UnoType::get() ) { + if( r1->getPropertyValue("long").getValueType() == cppu::UnoType::get() || + r2->getPropertyValue("long").getValueType() == cppu::UnoType::get() ) { // one of the objects is not the correct propertyset ! fprintf( stderr, "compareMyPropertySet: 1\n" ); -- cgit