Replace remaining getCppuType et al with cppu::UnoType

Change-Id: Icaddb957aa5c1e5a409362d18e445784b0537507
This commit is contained in:
Stephan Bergmann
2015-04-01 08:39:31 +02:00
parent e4c1c0829a
commit 0ceab5ec7f

View File

@@ -1575,7 +1575,7 @@ Any OutlineNumbering::getByIndex( sal_Int32 nIndex )
Type OutlineNumbering::getElementType( ) throw(RuntimeException, std::exception)
{
return ::getCppuType((Sequence<PropertyValue>*)0);
return cppu::UnoType<Sequence<PropertyValue>>::get();
}
sal_Bool OutlineNumbering::hasElements( ) throw(RuntimeException, std::exception)