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 --- unoxml/source/rdf/CURI.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'unoxml/source/rdf/CURI.cxx') diff --git a/unoxml/source/rdf/CURI.cxx b/unoxml/source/rdf/CURI.cxx index 1e688c349d80..458b8230c922 100644 --- a/unoxml/source/rdf/CURI.cxx +++ b/unoxml/source/rdf/CURI.cxx @@ -822,7 +822,6 @@ css::uno::Sequence< OUString > SAL_CALL _getSupportedServiceNames() css::uno::Reference< css::uno::XInterface > SAL_CALL _create( const css::uno::Reference< css::uno::XComponentContext > & context) - SAL_THROW((css::uno::Exception)) { return static_cast< ::cppu::OWeakObject * >(new CURI(context)); } -- cgit