summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/documentbuilder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/documentbuilder.cxx')
-rw-r--r--unoxml/source/dom/documentbuilder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/documentbuilder.cxx b/unoxml/source/dom/documentbuilder.cxx
index 7eaa8095511f..3a4ddc5fe821 100644
--- a/unoxml/source/dom/documentbuilder.cxx
+++ b/unoxml/source/dom/documentbuilder.cxx
@@ -77,7 +77,7 @@ namespace DOM
is.aInputStream = aContent.openStream();
} catch (const css::uno::Exception&) {
- OSL_FAIL("exception in default entity resolver");
+ TOOLS_WARN_EXCEPTION( "unoxml", "exception in default entity resolver");
is.aInputStream.clear();
}
return is;