unoxml/qa/unit/domtest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bc1ed15460aff7e84cb198d7552fdcc5eb9fc15b Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jun 18 23:15:26 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 19 08:29:43 2024 +0200 Fix typo Change-Id: I4df37ec7637c4b9719ea77e48f9fc49e2ff6fc54 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169180 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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; }