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

New commits:
commit d8b7558d8a462649fa3b2df2748e92377917e3fd
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Thu Oct 19 12:07:26 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Thu Oct 19 16:03:34 2023 +0200

    SAL_WARN->SAL_INFO in XMLShapeImportHelper::CreateGroupChildContext
    
    Change-Id: Ia4bdbfdf6d85999e4cf8fa78131aec2dc776f41a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158175
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/xmloff/source/draw/shapeimport.cxx 
b/xmloff/source/draw/shapeimport.cxx
index 5b0e6d101787..5186c8be2b47 100644
--- a/xmloff/source/draw/shapeimport.cxx
+++ b/xmloff/source/draw/shapeimport.cxx
@@ -341,7 +341,7 @@ SvXMLShapeContext* 
XMLShapeImportHelper::CreateGroupChildContext(
             return new SdXMLShapeLinkContext( rImport, xAttrList, rShapes );
         // add other shapes here...
         default:
-            XMLOFF_WARN_UNKNOWN_ELEMENT("xmloff", nElement);
+            XMLOFF_INFO_UNKNOWN_ELEMENT("xmloff", nElement);
             return new SvXMLShapeContext( rImport, bTemporaryShape );
     }
 

Reply via email to