summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/documentfragment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/documentfragment.cxx')
-rw-r--r--unoxml/source/dom/documentfragment.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/documentfragment.cxx b/unoxml/source/dom/documentfragment.cxx
index 5c476510073f..e885cb52ed6d 100644
--- a/unoxml/source/dom/documentfragment.cxx
+++ b/unoxml/source/dom/documentfragment.cxx
@@ -44,11 +44,11 @@ namespace DOM
}
}
- OUString SAL_CALL CDocumentFragment::getNodeName()throw (RuntimeException)
+ OUString SAL_CALL CDocumentFragment::getNodeName()throw (RuntimeException, std::exception)
{
return OUString("#document-fragment");
}
- OUString SAL_CALL CDocumentFragment::getNodeValue() throw (RuntimeException)
+ OUString SAL_CALL CDocumentFragment::getNodeValue() throw (RuntimeException, std::exception)
{
return OUString();
}