Kaydet (Commit) 0ceab5ec authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Replace remaining getCppuType et al with cppu::UnoType

Change-Id: Icaddb957aa5c1e5a409362d18e445784b0537507
üst e4c1c082
...@@ -1575,7 +1575,7 @@ Any OutlineNumbering::getByIndex( sal_Int32 nIndex ) ...@@ -1575,7 +1575,7 @@ Any OutlineNumbering::getByIndex( sal_Int32 nIndex )
Type OutlineNumbering::getElementType( ) throw(RuntimeException, std::exception) 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) sal_Bool OutlineNumbering::hasElements( ) throw(RuntimeException, std::exception)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment