summaryrefslogtreecommitdiff
path: root/unoxml/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-06-18 23:15:26 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-06-19 08:29:43 +0200
commitbc1ed15460aff7e84cb198d7552fdcc5eb9fc15b (patch)
tree266cda1131b6d1bc495d422e06ad443ff13992d6 /unoxml/qa
parente07e5e76f43a1ababb8ccdd1596473b95c71be32 (diff)
Fix typo
Change-Id: I4df37ec7637c4b9719ea77e48f9fc49e2ff6fc54 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169180 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unoxml/qa')
-rw-r--r--unoxml/qa/unit/domtest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/qa/unit/domtest.cxx b/unoxml/qa/unit/domtest.cxx
index 96ecea6dd593..d96b149a03fd 100644
--- a/unoxml/qa/unit/domtest.cxx
+++ b/unoxml/qa/unit/domtest.cxx
@@ -87,7 +87,7 @@ struct ErrorHandler
{
sal_uInt32 mnErrCount;
// sal_uInt32 mnFatalCount; // No fatal error counter, as lib2xml doesn't distinguish between error and fatal error
- // (see See xmlFatalErrMsg from lib2xml/parse.c and __xmlRaiseError from lib2xml/error.c)
+ // (See xmlFatalErrMsg from lib2xml/parse.c and __xmlRaiseError from lib2xml/error.c)
sal_uInt32 mnWarnCount;
bool noErrors() const { return !mnErrCount /*&& !mnFatalCount*/ && !mnWarnCount; }