summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/domimplementation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/domimplementation.cxx')
-rw-r--r--unoxml/source/dom/domimplementation.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unoxml/source/dom/domimplementation.cxx b/unoxml/source/dom/domimplementation.cxx
index 8b09e487d4ce..677e13cf2c50 100644
--- a/unoxml/source/dom/domimplementation.cxx
+++ b/unoxml/source/dom/domimplementation.cxx
@@ -48,7 +48,7 @@ namespace DOM
OUString const& /*rNamespaceURI*/,
OUString const& /*rQualifiedName*/,
Reference< XDocumentType > const& /*xDoctype*/)
- throw (RuntimeException)
+ throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CDOMImplementation::createDocument: not implemented (#i113683#)");
@@ -61,7 +61,7 @@ namespace DOM
Reference< XDocumentType > SAL_CALL CDOMImplementation::createDocumentType(
OUString const& /*rQualifiedName*/,
OUString const& /*rPublicId*/, OUString const& /*rSystemId*/)
- throw (RuntimeException)
+ throw (RuntimeException, std::exception)
{
OSL_ENSURE(false, "CDOMImplementation::createDocumentType: "
"not implemented (#i113683#)");
@@ -73,7 +73,7 @@ namespace DOM
*/
sal_Bool SAL_CALL
CDOMImplementation::hasFeature(OUString const& /*feature*/, OUString const& /*ver*/)
- throw (RuntimeException)
+ throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CDOMImplementation::hasFeature: not implemented (#i113683#)");