sax/source/fastparser/fastparser.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit a2b404871d609cf0c36cc9f204b5aeaa214eb2d0 Author: Noel Grandin <[email protected]> AuthorDate: Thu Oct 20 14:20:33 2022 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Thu Oct 20 17:48:49 2022 +0200 remove comment that no longer makes sense after commit 25a7b268555d73248594b9d485b69cd0e4cf34cf (HEAD -> master) Author: Noel Grandin <[email protected]> Date: Thu Oct 20 12:47:39 2022 +0200 SAL_WARN->SAL_INFO in sax Change-Id: I298df432d61f90e558251cd1c0e8d3c220423c5d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141561 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 3d89d048b68f..aae3c1162d47 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -1320,7 +1320,6 @@ void FastSaxParserImpl::addUnknownElementWithPrefix(const xmlChar **attributes, OString aQualifiedName = (rPrefix.isEmpty())? rLocalName : rPrefix + ":" + rLocalName; xAttributes->addUnknown( aNamespaceURI, aQualifiedName, OString( XML_CAST( attributes[ i + 3 ] ), attributes[ i + 4 ] - attributes[ i + 3 ] )); - // ignore an element that otherwise generates a lot of noise in the logs SAL_INFO("xmloff", "unknown element " << aQualifiedName << " " << aNamespaceURI); }
