From 31e24f487e5a4e917bb35fd396cf9f3ad84982a8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Apr 2015 10:42:11 +0200 Subject: Remove redundant Reference<> from within UnoType<> uses Change-Id: I1aeb9c73c284e39f371e49ded98e8dba0d055056 --- binaryurp/source/bridge.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'binaryurp/source/bridge.cxx') diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx index 1037fe2404d4..54214c393dd5 100644 --- a/binaryurp/source/bridge.cxx +++ b/binaryurp/source/bridge.cxx @@ -864,8 +864,7 @@ css::uno::Reference< css::uno::XInterface > Bridge::getInstance( " character"); } } - css::uno::TypeDescription ifc( - cppu::UnoType< css::uno::Reference< css::uno::XInterface > >::get()); + css::uno::TypeDescription ifc(cppu::UnoType::get()); typelib_TypeDescription * p = ifc.get(); std::vector< BinaryAny > inArgs; inArgs.push_back( -- cgit