[Libreoffice-commits] .: unoxml/source

David Tardon dtardon at kemper.freedesktop.org
Tue Mar 29 00:11:21 PDT 2011


 unoxml/source/dom/documentbuilder.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f293a318800c1ddda38116233628ac132d48144
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Mar 29 09:11:06 2011 +0200

    this is just a warning, not error

diff --git a/unoxml/source/dom/documentbuilder.cxx b/unoxml/source/dom/documentbuilder.cxx
index 8015133..8712465 100644
--- a/unoxml/source/dom/documentbuilder.cxx
+++ b/unoxml/source/dom/documentbuilder.cxx
@@ -296,7 +296,7 @@ namespace DOM
         OUStringBuffer buf(OUString(RTL_CONSTASCII_USTRINGPARAM("libxml2 warning\n")));
         buf.append(make_error_message(static_cast< xmlParserCtxtPtr >(ctx)));
         OString msg = OUStringToOString(buf.makeStringAndClear(), RTL_TEXTENCODING_ASCII_US);
-        OSL_FAIL(msg.getStr());
+        OSL_TRACE(msg.getStr());
     }
 
     // default error handler triggers assertion


More information about the Libreoffice-commits mailing list