From 15bdb0ae87fb7514d224657ce74e92bdad8f9c00 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Apr 2015 08:42:56 +0200 Subject: Replace remaining getCppuType et al with cppu::UnoType Change-Id: I0ecb96d6f26c827640f3329c81884001f860090d --- include/ucbhelper/macros.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ucbhelper/macros.hxx b/include/ucbhelper/macros.hxx index f97d2e3f0051..8bdd20df0a15 100644 --- a/include/ucbhelper/macros.hxx +++ b/include/ucbhelper/macros.hxx @@ -32,8 +32,8 @@ -#define CPPU_TYPE( T ) getCppuType( static_cast< T * >( 0 ) ) -#define CPPU_TYPE_REF( T ) CPPU_TYPE( com::sun::star::uno::Reference< T > ) +#define CPPU_TYPE( T ) cppu::UnoType::get() +#define CPPU_TYPE_REF( T ) CPPU_TYPE( T ) // XTypeProvider impl. internals -- cgit