diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:41:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:42:27 +0200 |
commit | f785d167b99f0f39c1d3b9424c327eaf0383d0d2 (patch) | |
tree | 572861c8e280fb5894b660ba5c049d6e98a25c70 /include | |
parent | 678196b9a1146fd143cc9f9937183412243d1dc5 (diff) |
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I2f084bd6de707d21857e2182aebb96b446b51dcc
Diffstat (limited to 'include')
-rw-r--r-- | include/toolkit/helper/macros.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/helper/macros.hxx b/include/toolkit/helper/macros.hxx index 85474c8cf777..855cff7be1e1 100644 --- a/include/toolkit/helper/macros.hxx +++ b/include/toolkit/helper/macros.hxx @@ -92,7 +92,7 @@ IMPL_IMPLEMENTATION_ID( ClassName ) \ if( !pCollection ) \ { \ static ::cppu::OTypeCollection collection( \ - getCppuType( ( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XTypeProvider>* ) NULL ), + cppu::UnoType<css::lang::XTypeProvider>::get(), |