From a8d5b0c81550ac224ef1278e764216afbbfea4b3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Jun 2014 08:16:10 +0200 Subject: stoc: remove SAL_THROW macro Change-Id: I7443c855a7145837621887030b0d3d01cca2a5ac --- stoc/source/uriproc/ExternalUriReferenceTranslator.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'stoc/source/uriproc/ExternalUriReferenceTranslator.cxx') diff --git a/stoc/source/uriproc/ExternalUriReferenceTranslator.cxx b/stoc/source/uriproc/ExternalUriReferenceTranslator.cxx index ef135dfbfdab..136eb158727a 100644 --- a/stoc/source/uriproc/ExternalUriReferenceTranslator.cxx +++ b/stoc/source/uriproc/ExternalUriReferenceTranslator.cxx @@ -197,7 +197,6 @@ namespace stoc_services { namespace ExternalUriReferenceTranslator { css::uno::Reference< css::uno::XInterface > create( css::uno::Reference< css::uno::XComponentContext > const & context) - SAL_THROW((css::uno::Exception)) { return static_cast< cppu::OWeakObject * >(new Translator(context)); } -- cgit