summaryrefslogtreecommitdiff
path: root/stoc/inc/stocservices.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/inc/stocservices.hxx')
-rw-r--r--stoc/inc/stocservices.hxx15
1 files changed, 5 insertions, 10 deletions
diff --git a/stoc/inc/stocservices.hxx b/stoc/inc/stocservices.hxx
index 4136f2228f94..e79e551bbb3d 100644
--- a/stoc/inc/stocservices.hxx
+++ b/stoc/inc/stocservices.hxx
@@ -42,8 +42,7 @@ namespace stoc_services
namespace ExternalUriReferenceTranslator
{
css::uno::Reference< css::uno::XInterface > SAL_CALL create(
- css::uno::Reference< css::uno::XComponentContext > const & context)
- SAL_THROW((css::uno::Exception));
+ css::uno::Reference< css::uno::XComponentContext > const & context);
OUString SAL_CALL getImplementationName();
css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
}
@@ -51,8 +50,7 @@ namespace stoc_services
namespace UriReferenceFactory
{
css::uno::Reference< css::uno::XInterface > SAL_CALL create(
- css::uno::Reference< css::uno::XComponentContext > const & context)
- SAL_THROW((css::uno::Exception));
+ css::uno::Reference< css::uno::XComponentContext > const & context);
OUString SAL_CALL getImplementationName();
css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
}
@@ -60,8 +58,7 @@ namespace stoc_services
namespace UriSchemeParser_vndDOTsunDOTstarDOTexpand
{
css::uno::Reference< css::uno::XInterface > SAL_CALL create(
- css::uno::Reference< css::uno::XComponentContext > const &)
- SAL_THROW((css::uno::Exception));
+ css::uno::Reference< css::uno::XComponentContext > const &);
OUString SAL_CALL getImplementationName();
css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
}
@@ -69,8 +66,7 @@ namespace stoc_services
namespace UriSchemeParser_vndDOTsunDOTstarDOTscript
{
css::uno::Reference< css::uno::XInterface > SAL_CALL create(
- css::uno::Reference< css::uno::XComponentContext > const &)
- SAL_THROW((css::uno::Exception));
+ css::uno::Reference< css::uno::XComponentContext > const &);
OUString SAL_CALL getImplementationName();
css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
}
@@ -78,8 +74,7 @@ namespace stoc_services
namespace VndSunStarPkgUrlReferenceFactory
{
css::uno::Reference< css::uno::XInterface > SAL_CALL create(
- css::uno::Reference< css::uno::XComponentContext > const & context)
- SAL_THROW((css::uno::Exception));
+ css::uno::Reference< css::uno::XComponentContext > const & context);
OUString SAL_CALL getImplementationName();
css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames();
}