summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/comment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/comment.cxx')
-rw-r--r--unoxml/source/dom/comment.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/comment.cxx b/unoxml/source/dom/comment.cxx
index b6a1da8a9221..740e4813b886 100644
--- a/unoxml/source/dom/comment.cxx
+++ b/unoxml/source/dom/comment.cxx
@@ -42,12 +42,12 @@ namespace DOM
}
}
- OUString SAL_CALL CComment::getNodeName()throw (RuntimeException, std::exception)
+ OUString SAL_CALL CComment::getNodeName()
{
return OUString("#comment");
}
- OUString SAL_CALL CComment::getNodeValue() throw (RuntimeException, std::exception)
+ OUString SAL_CALL CComment::getNodeValue()
{
return CCharacterData::getData();
}