summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-03-29 09:12:54 +0200
committerDavid Tardon <dtardon@redhat.com>2011-03-29 09:12:54 +0200
commit40f952a1527f999dd9bc137878ca53a6792ab409 (patch)
tree0ed4f93ac41a2b98b6d636800e10d3d979d71dd2 /unoxml
parent0811263e65e1ed48700adc9916bcdef9ab950b37 (diff)
change the function's description too
Diffstat (limited to 'unoxml')
-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 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")));