From 09c657ebe69fe1c2516a10a4452996870f4237d2 Mon Sep 17 00:00:00 2001 From: Arkadiy Illarionov Date: Sat, 1 Jun 2019 20:50:37 +0300 Subject: tdf#39593 use UNO3_GETIMPLEMENTATION* macros Change-Id: I4e9af3b43a5baf19e100f42b3f37a2ade89ada5d Reviewed-on: https://gerrit.libreoffice.org/73320 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- include/comphelper/servicehelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper/servicehelper.hxx') diff --git a/include/comphelper/servicehelper.hxx b/include/comphelper/servicehelper.hxx index 38641e10d7db..466e1761f7d2 100644 --- a/include/comphelper/servicehelper.hxx +++ b/include/comphelper/servicehelper.hxx @@ -65,7 +65,7 @@ const css::uno::Sequence< sal_Int8 > & classname::getUnoTunnelId() throw() \ return the##classname##UnoTunnelId::get().getSeq(); \ } \ \ -classname* classname::getImplementation( const uno::Reference< uno::XInterface >& xInt ) \ +classname* classname::getImplementation( const css::uno::Reference< css::uno::XInterface >& xInt ) \ { \ css::uno::Reference< css::lang::XUnoTunnel > xUT( xInt, css::uno::UNO_QUERY ); \ if( xUT.is() ) \ -- cgit v1.2.3