From 0e507ae031768deceab236a41d1bbe9fb5123cea Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Jun 2014 08:16:59 +0200 Subject: various: remove SAL_THROW macro Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494 --- binaryurp/source/bridgefactory.cxx | 1 - binaryurp/source/bridgefactory.hxx | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'binaryurp') diff --git a/binaryurp/source/bridgefactory.cxx b/binaryurp/source/bridgefactory.cxx index c3972553c6be..6b8994dbb152 100644 --- a/binaryurp/source/bridgefactory.cxx +++ b/binaryurp/source/bridgefactory.cxx @@ -42,7 +42,6 @@ namespace binaryurp { css::uno::Reference< css::uno::XInterface > BridgeFactory::static_create( css::uno::Reference< css::uno::XComponentContext > const & xContext) - SAL_THROW((css::uno::Exception)) { return static_cast< cppu::OWeakObject * >(new BridgeFactory(xContext)); } diff --git a/binaryurp/source/bridgefactory.hxx b/binaryurp/source/bridgefactory.hxx index 8607626d8226..2083eeb83b6b 100644 --- a/binaryurp/source/bridgefactory.hxx +++ b/binaryurp/source/bridgefactory.hxx @@ -63,8 +63,7 @@ public: static com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL static_create( com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > - const & xContext) - SAL_THROW((com::sun::star::uno::Exception)); + const & xContext); static OUString SAL_CALL static_getImplementationName(); -- cgit