summaryrefslogtreecommitdiff
path: root/stoc/source/uriproc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:16:10 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:51 +0200
commita8d5b0c81550ac224ef1278e764216afbbfea4b3 (patch)
tree9a912f85cf4898f010a46f1b5727c43e6f402e60 /stoc/source/uriproc
parent579d1f61b0300434801e9b37012254a506fc0230 (diff)
stoc: remove SAL_THROW macro
Change-Id: I7443c855a7145837621887030b0d3d01cca2a5ac
Diffstat (limited to 'stoc/source/uriproc')
-rw-r--r--stoc/source/uriproc/ExternalUriReferenceTranslator.cxx1
-rw-r--r--stoc/source/uriproc/ExternalUriReferenceTranslator.hxx3
-rw-r--r--stoc/source/uriproc/UriReferenceFactory.cxx1
-rw-r--r--stoc/source/uriproc/UriReferenceFactory.hxx3
-rw-r--r--stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx1
-rw-r--r--stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx1
-rw-r--r--stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.hxx3
-rw-r--r--stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx1
-rw-r--r--stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.hxx3
9 files changed, 4 insertions, 13 deletions
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));
}
diff --git a/stoc/source/uriproc/ExternalUriReferenceTranslator.hxx b/stoc/source/uriproc/ExternalUriReferenceTranslator.hxx
index 1dd68499e6fa..5999339a4a32 100644
--- a/stoc/source/uriproc/ExternalUriReferenceTranslator.hxx
+++ b/stoc/source/uriproc/ExternalUriReferenceTranslator.hxx
@@ -37,8 +37,7 @@ namespace ExternalUriReferenceTranslator {
css::uno::Reference< css::uno::XInterface > SAL_CALL
create(
css::uno::Reference< css::uno::XComponentContext >
- const & context)
- SAL_THROW((css::uno::Exception));
+ const & context);
OUString SAL_CALL getImplementationName();
diff --git a/stoc/source/uriproc/UriReferenceFactory.cxx b/stoc/source/uriproc/UriReferenceFactory.cxx
index a9bffb5f3e8d..393aa1ae729a 100644
--- a/stoc/source/uriproc/UriReferenceFactory.cxx
+++ b/stoc/source/uriproc/UriReferenceFactory.cxx
@@ -636,7 +636,6 @@ namespace stoc_services { namespace UriReferenceFactory {
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 Factory(context));
}
diff --git a/stoc/source/uriproc/UriReferenceFactory.hxx b/stoc/source/uriproc/UriReferenceFactory.hxx
index 9b8e3642c528..b683161ddbc7 100644
--- a/stoc/source/uriproc/UriReferenceFactory.hxx
+++ b/stoc/source/uriproc/UriReferenceFactory.hxx
@@ -37,8 +37,7 @@ namespace UriReferenceFactory {
css::uno::Reference< css::uno::XInterface > SAL_CALL
create(
css::uno::Reference< css::uno::XComponentContext >
- const & context)
- SAL_THROW((css::uno::Exception));
+ const & context);
OUString SAL_CALL getImplementationName();
diff --git a/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx b/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx
index 6e56cfbb5ff5..38bc99a5b9a7 100644
--- a/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx
+++ b/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx
@@ -216,7 +216,6 @@ namespace stoc_services { namespace UriSchemeParser_vndDOTsunDOTstarDOTexpand {
css::uno::Reference< css::uno::XInterface > create(
SAL_UNUSED_PARAMETER css::uno::Reference< css::uno::XComponentContext >
const &)
- SAL_THROW((css::uno::Exception))
{
//TODO: single instance
return static_cast< ::cppu::OWeakObject * >(new Parser);
diff --git a/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx b/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx
index fe43058e7825..465800b2012b 100644
--- a/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx
+++ b/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx
@@ -440,7 +440,6 @@ namespace UriSchemeParser_vndDOTsunDOTstarDOTscript {
css::uno::Reference< css::uno::XInterface > create(
SAL_UNUSED_PARAMETER css::uno::Reference< css::uno::XComponentContext >
const &)
- SAL_THROW((css::uno::Exception))
{
//TODO: single instance
return static_cast< cppu::OWeakObject * >(new Parser);
diff --git a/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.hxx b/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.hxx
index 5b39379cf8ea..37b84c6bd65e 100644
--- a/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.hxx
+++ b/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.hxx
@@ -37,8 +37,7 @@ namespace UriSchemeParser_vndDOTsunDOTstarDOTscript {
css::uno::Reference< css::uno::XInterface > SAL_CALL
create(
css::uno::Reference< css::uno::XComponentContext >
- const &)
- SAL_THROW((css::uno::Exception));
+ const &);
OUString SAL_CALL getImplementationName();
diff --git a/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx b/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
index 54bf3f8af876..d6391d46290e 100644
--- a/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
+++ b/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
@@ -126,7 +126,6 @@ namespace stoc_services { namespace VndSunStarPkgUrlReferenceFactory
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 Factory(context));
}
diff --git a/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.hxx b/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.hxx
index 3f7f2fa520ec..d59d198b230c 100644
--- a/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.hxx
+++ b/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.hxx
@@ -37,8 +37,7 @@ namespace VndSunStarPkgUrlReferenceFactory {
css::uno::Reference< css::uno::XInterface > SAL_CALL
create(
css::uno::Reference< css::uno::XComponentContext >
- const & context)
- SAL_THROW((css::uno::Exception));
+ const & context);
OUString SAL_CALL getImplementationName();