diff options
author | David Tardon <dtardon@redhat.com> | 2011-03-29 09:12:54 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-03-29 09:12:54 +0200 |
commit | 40f952a1527f999dd9bc137878ca53a6792ab409 (patch) | |
tree | 0ed4f93ac41a2b98b6d636800e10d3d979d71dd2 /unoxml/source | |
parent | 0811263e65e1ed48700adc9916bcdef9ab950b37 (diff) |
change the function's description too
Diffstat (limited to 'unoxml/source')
-rw-r--r-- | unoxml/source/dom/documentbuilder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/documentbuilder.cxx b/unoxml/source/dom/documentbuilder.cxx index 87124657a454..f950964320c8 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"))); |