[Libreoffice-commits] .: unoxml/source

David Tardon dtardon at kemper.freedesktop.org
Tue Mar 29 00:13:05 PDT 2011


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

New commits:
commit 83aec42285d66074222fb30dd949bcaad1b19e34
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Mar 29 09:12:54 2011 +0200

    change the function's description too

diff --git a/unoxml/source/dom/documentbuilder.cxx b/unoxml/source/dom/documentbuilder.cxx
index 8712465..f950964 100644
--- a/unoxml/source/dom/documentbuilder.cxx
+++ b/unoxml/source/dom/documentbuilder.cxx
@@ -290,7 +290,7 @@ namespace DOM
     }
 #endif
 
-    // default warning handler triggers assertion
+    // default warning handler does not trigger assertion
     static void warning_func(void * ctx, const char * /*msg*/, ...)
     {
         OUStringBuffer buf(OUString(RTL_CONSTASCII_USTRINGPARAM("libxml2 warning\n")));


More information about the Libreoffice-commits mailing list