summaryrefslogtreecommitdiff
path: root/include/xmlscript/xmlmod_imexp.hxx
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 /include/xmlscript/xmlmod_imexp.hxx
parente5c20a785c5fafdd4dc9e6ac14ce548d2a527571 (diff)
xmlscript: remove SAL_THROW macro
Change-Id: Ic830c23d8696fde323dcf67697248a84658be2bf
Diffstat (limited to 'include/xmlscript/xmlmod_imexp.hxx')
-rw-r--r--include/xmlscript/xmlmod_imexp.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/xmlscript/xmlmod_imexp.hxx b/include/xmlscript/xmlmod_imexp.hxx
index 3015a14a96ae..74274a71b257 100644
--- a/include/xmlscript/xmlmod_imexp.hxx
+++ b/include/xmlscript/xmlmod_imexp.hxx
@@ -44,13 +44,11 @@ XMLSCRIPT_DLLPUBLIC void
SAL_CALL exportScriptModule(
::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XWriter > const & xOut,
- const ModuleDescriptor& rMod )
- SAL_THROW( (::com::sun::star::uno::Exception) );
+ const ModuleDescriptor& rMod );
XMLSCRIPT_DLLPUBLIC ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XDocumentHandler >
-SAL_CALL importScriptModule( ModuleDescriptor& rMod )
- SAL_THROW( (::com::sun::star::uno::Exception) );
+SAL_CALL importScriptModule( ModuleDescriptor& rMod );
}