summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/cdatasection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/cdatasection.cxx')
-rw-r--r--unoxml/source/dom/cdatasection.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/cdatasection.cxx b/unoxml/source/dom/cdatasection.cxx
index 6ea146fb6ad9..49ffabdaf6be 100644
--- a/unoxml/source/dom/cdatasection.cxx
+++ b/unoxml/source/dom/cdatasection.cxx
@@ -42,12 +42,12 @@ namespace DOM
}
}
- OUString SAL_CALL CCDATASection::getNodeName()throw (RuntimeException)
+ OUString SAL_CALL CCDATASection::getNodeName()throw (RuntimeException, std::exception)
{
return OUString( "#cdata-section" );
}
- OUString SAL_CALL CCDATASection::getNodeValue() throw (RuntimeException)
+ OUString SAL_CALL CCDATASection::getNodeValue() throw (RuntimeException, std::exception)
{
return CCharacterData::getData();
}