summaryrefslogtreecommitdiff
path: root/xmlscript/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:11:40 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:48 +0200
commitdfd44d0b122869e291ba42085e31164a401a0a23 (patch)
tree5d021229f819e04824a72045517b9c30d2b41b22 /xmlscript/source/inc
parente5c20a785c5fafdd4dc9e6ac14ce548d2a527571 (diff)
xmlscript: remove SAL_THROW macro
Change-Id: Ic830c23d8696fde323dcf67697248a84658be2bf
Diffstat (limited to 'xmlscript/source/inc')
-rw-r--r--xmlscript/source/inc/unoservices.hxx15
-rw-r--r--xmlscript/source/inc/xml_import.hxx3
2 files changed, 6 insertions, 12 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);
}
diff --git a/xmlscript/source/inc/xml_import.hxx b/xmlscript/source/inc/xml_import.hxx
index 34c756746ed1..6f3cacd2b1cb 100644
--- a/xmlscript/source/inc/xml_import.hxx
+++ b/xmlscript/source/inc/xml_import.hxx
@@ -52,8 +52,7 @@ namespace xmlscript
SAL_CALL createDocumentHandler(
::com::sun::star::uno::Reference<
::com::sun::star::xml::input::XRoot > const & xRoot,
- bool bSingleThreadedUse = true )
- SAL_THROW(());
+ bool bSingleThreadedUse = true );
}