From fb088cdd8d6aed2f82b13b03d8ddb6f7901c5ef2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Apr 2015 08:35:33 +0200 Subject: Replace remaining getCppuType et al with cppu::UnoType Change-Id: I37d1a939c1a98f77152ed90dfb201446101f3157 --- bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx') diff --git a/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx index 45429d0e3b09..ac6260c1caec 100644 --- a/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_s390x/uno2cpp.cxx @@ -514,7 +514,7 @@ void unoInterfaceProxyDispatch( OUString("illegal member type description!"), ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >() ); - Type const & rExcType = ::getCppuType( &aExc ); + Type const & rExcType = cppu::UnoType::get(); // binary identical null reference ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); } -- cgit