xmloff/source/text/XMLIndexSimpleEntryContext.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 425ca75d71497aebae5f5fdfdb20f65a6422a9d3
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Fri Sep 8 13:29:49 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Fri Sep 8 15:36:48 2023 +0200

    WARN->INFO in XMLIndexSimpleEntryContext
    
    This is not generally a problem
    
    Change-Id: If7957da45e5ad00f881ef3a7c5c676b09494ec77
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156713
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/xmloff/source/text/XMLIndexSimpleEntryContext.cxx 
b/xmloff/source/text/XMLIndexSimpleEntryContext.cxx
index d8f2e79bc259..6c59f13380f3 100644
--- a/xmloff/source/text/XMLIndexSimpleEntryContext.cxx
+++ b/xmloff/source/text/XMLIndexSimpleEntryContext.cxx
@@ -75,7 +75,7 @@ void XMLIndexSimpleEntryContext::startFastElement(
                 m_bCharStyleNameOK = false;
         }
         else
-            XMLOFF_WARN_UNKNOWN("xmloff", aIter);
+            XMLOFF_INFO_UNKNOWN("xmloff", aIter);
     }
 
     // if we have a style name, set it!

Reply via email to