Kaydet (Commit) 42c848c5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Replace remaining getCppuType et al with cppu::UnoType

Change-Id: Ida0a4cced7d35be6f9da16447ae4e23ded5e415a
üst a0c46d2f
...@@ -31,7 +31,7 @@ inline void extract_throw( T * p, ::com::sun::star::uno::Any const & a ) ...@@ -31,7 +31,7 @@ inline void extract_throw( T * p, ::com::sun::star::uno::Any const & a )
if (! (a >>= *p)) if (! (a >>= *p))
{ {
throw ::com::sun::star::uno::RuntimeException( throw ::com::sun::star::uno::RuntimeException(
"expected " + ::getCppuType( p ).getTypeName(), "expected " + cppu::UnoType<T>::get().getTypeName(),
::com::sun::star::uno::Reference< ::com::sun::star::uno::Reference<
::com::sun::star::uno::XInterface>() ); ::com::sun::star::uno::XInterface>() );
} }
......
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