diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-10-20 14:20:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-10-20 17:48:49 +0200 |
commit | a2b404871d609cf0c36cc9f204b5aeaa214eb2d0 (patch) | |
tree | 332403ecdeb19560f75f2fdf86ce47c9ad08583e /sax/source/fastparser | |
parent | 2409a57cc0c77aeb35463a3bf835b40fe2689797 (diff) |
remove comment
that no longer makes sense after
commit 25a7b268555d73248594b9d485b69cd0e4cf34cf (HEAD -> master)
Author: Noel Grandin <noel.grandin@collabora.co.uk>
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sax/source/fastparser')
-rw-r--r-- | sax/source/fastparser/fastparser.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |