summaryrefslogtreecommitdiffstats
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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/documentbuilder.cxx b/unoxml/source/dom/documentbuilder.cxx
index 71a6dc6f1785..2a1e3826bd98 100644
--- a/unoxml/source/dom/documentbuilder.cxx
+++ b/unoxml/source/dom/documentbuilder.cxx
@@ -202,7 +202,7 @@ namespace DOM
return nread;
} catch (const css::uno::Exception& ex) {
(void) ex;
- OSL_FAIL(OUStringToOString(ex.Message, RTL_TEXTENCODING_UTF8).getStr());
+ SAL_WARN( "unoxml", ex.Message);
return -1;
}
}
@@ -222,7 +222,7 @@ namespace DOM
return 0;
} catch (const css::uno::Exception& ex) {
(void) ex;
- OSL_FAIL(OUStringToOString(ex.Message, RTL_TEXTENCODING_UTF8).getStr());
+ SAL_WARN( "unoxml", ex.Message);
return -1;
}
}