Replace remaining getCppuType et al with cppu::UnoType
Change-Id: Icaddb957aa5c1e5a409362d18e445784b0537507
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user