summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/text.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/text.cxx')
-rw-r--r--unoxml/source/dom/text.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/text.cxx b/unoxml/source/dom/text.cxx
index 52df1b8e1c9a..4dd422ce6a96 100644
--- a/unoxml/source/dom/text.cxx
+++ b/unoxml/source/dom/text.cxx
@@ -53,13 +53,13 @@ namespace DOM
}
}
- OUString SAL_CALL CText::getNodeName() throw (RuntimeException)
+ OUString SAL_CALL CText::getNodeName() throw (RuntimeException, std::exception)
{
return OUString("#text");
}
Reference< XText > SAL_CALL CText::splitText(sal_Int32 /*offset*/)
- throw (RuntimeException)
+ throw (RuntimeException, std::exception)
{
OSL_FAIL("CText::splitText: not implemented (#i113683#)");
return Reference< XText >(this);