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.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unoxml/source/dom/text.cxx b/unoxml/source/dom/text.cxx
index cb0d5aaf6e20..030c16db238b 100644
--- a/unoxml/source/dom/text.cxx
+++ b/unoxml/source/dom/text.cxx
@@ -58,13 +58,12 @@ namespace DOM
}
}
- OUString SAL_CALL CText::getNodeName() throw (RuntimeException, std::exception)
+ OUString SAL_CALL CText::getNodeName()
{
return OUString("#text");
}
Reference< XText > SAL_CALL CText::splitText(sal_Int32 /*offset*/)
- throw (RuntimeException, std::exception)
{
OSL_FAIL("CText::splitText: not implemented (#i113683#)");
return Reference< XText >(this);