sc/source/filter/xml/xmlannoi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5462924437213934c2993c1fe966803a4a9f9a52 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Wed Sep 6 09:24:32 2023 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Wed Sep 6 10:24:54 2023 +0200 SAL_WARN->SAL_INFO in ScXMLAnnotationContext these attributes are mostly irrelevant, and do not constitute an error Change-Id: Iac35b25b0077a8e1efa3b6e0a406507c80d5bb0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156588 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/sc/source/filter/xml/xmlannoi.cxx b/sc/source/filter/xml/xmlannoi.cxx index db12eb148464..f046ec3d174c 100644 --- a/sc/source/filter/xml/xmlannoi.cxx +++ b/sc/source/filter/xml/xmlannoi.cxx @@ -91,7 +91,7 @@ ScXMLAnnotationContext::ScXMLAnnotationContext( ScXMLImport& rImport, } break; default: - XMLOFF_WARN_UNKNOWN("xmloff", aIter); + XMLOFF_INFO_UNKNOWN("xmloff", aIter); } } }