summaryrefslogtreecommitdiff
path: root/xmlscript/source/inc/unoservices.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/inc/unoservices.hxx')
-rw-r--r--xmlscript/source/inc/unoservices.hxx15
1 files changed, 5 insertions, 10 deletions
diff --git a/xmlscript/source/inc/unoservices.hxx b/xmlscript/source/inc/unoservices.hxx
index a146a0ce1632..6ac388af218e 100644
--- a/xmlscript/source/inc/unoservices.hxx
+++ b/xmlscript/source/inc/unoservices.hxx
@@ -40,8 +40,7 @@ getSupportedServiceNames_DocumentHandlerImpl();
OUString SAL_CALL getImplementationName_DocumentHandlerImpl();
css::uno::Reference<css::uno::XInterface> SAL_CALL create_DocumentHandlerImpl(
- css::uno::Reference<css::uno::XComponentContext> const & xContext)
- SAL_THROW((css::uno::Exception));
+ css::uno::Reference<css::uno::XComponentContext> const & xContext);
css::uno::Sequence<OUString> SAL_CALL
getSupportedServiceNames_XMLBasicExporter();
@@ -49,8 +48,7 @@ getSupportedServiceNames_XMLBasicExporter();
OUString SAL_CALL getImplementationName_XMLBasicExporter();
css::uno::Reference<css::uno::XInterface> SAL_CALL create_XMLBasicExporter(
- css::uno::Reference<css::uno::XComponentContext> const & xContext)
- SAL_THROW((css::uno::Exception));
+ css::uno::Reference<css::uno::XComponentContext> const & xContext);
css::uno::Sequence<OUString> SAL_CALL
getSupportedServiceNames_XMLOasisBasicExporter();
@@ -58,8 +56,7 @@ getSupportedServiceNames_XMLOasisBasicExporter();
OUString SAL_CALL getImplementationName_XMLOasisBasicExporter();
css::uno::Reference<css::uno::XInterface> SAL_CALL create_XMLOasisBasicExporter(
- css::uno::Reference<css::uno::XComponentContext> const & xContext)
- SAL_THROW((css::uno::Exception));
+ css::uno::Reference<css::uno::XComponentContext> const & xContext);
css::uno::Sequence<OUString> SAL_CALL
getSupportedServiceNames_XMLBasicImporter();
@@ -67,8 +64,7 @@ getSupportedServiceNames_XMLBasicImporter();
OUString SAL_CALL getImplementationName_XMLBasicImporter();
css::uno::Reference<css::uno::XInterface> SAL_CALL create_XMLBasicImporter(
- css::uno::Reference<css::uno::XComponentContext> const & xContext)
- SAL_THROW((css::uno::Exception));
+ css::uno::Reference<css::uno::XComponentContext> const & xContext);
css::uno::Sequence<OUString> SAL_CALL
getSupportedServiceNames_XMLOasisBasicImporter();
@@ -76,8 +72,7 @@ getSupportedServiceNames_XMLOasisBasicImporter();
OUString SAL_CALL getImplementationName_XMLOasisBasicImporter();
css::uno::Reference<css::uno::XInterface> SAL_CALL create_XMLOasisBasicImporter(
- css::uno::Reference<css::uno::XComponentContext> const & xContext)
- SAL_THROW((css::uno::Exception));
+ css::uno::Reference<css::uno::XComponentContext> const & xContext);
}