From 474bdcff90ba81ac9297cc65bd553b93a95f172a Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 14 Feb 2011 18:04:07 +0100 Subject: xmlfix3: argh, another unhandled exception... --- unoxml/source/dom/document.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoxml/source') diff --git a/unoxml/source/dom/document.hxx b/unoxml/source/dom/document.hxx index 9eed407c5aaf..c85a85fba9a6 100644 --- a/unoxml/source/dom/document.hxx +++ b/unoxml/source/dom/document.hxx @@ -344,7 +344,7 @@ namespace DOM } virtual Reference< XNode > SAL_CALL insertBefore( const Reference< XNode >& newChild, const Reference< XNode >& refChild) - throw (DOMException) + throw (RuntimeException, DOMException) { return CNode::insertBefore(newChild, refChild); } -- cgit