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 9b67514809ee..82a25aba5222 100644
--- a/unoxml/source/dom/documentfragment.cxx
+++ b/unoxml/source/dom/documentfragment.cxx
@@ -47,11 +47,11 @@ namespace DOM
}
}
- OUString SAL_CALL CDocumentFragment::getNodeName()throw (RuntimeException, std::exception)
+ OUString SAL_CALL CDocumentFragment::getNodeName()
{
return OUString("#document-fragment");
}
- OUString SAL_CALL CDocumentFragment::getNodeValue() throw (RuntimeException, std::exception)
+ OUString SAL_CALL CDocumentFragment::getNodeValue()
{
return OUString();
}