diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-10-19 12:07:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-10-19 16:03:34 +0200 |
commit | d8b7558d8a462649fa3b2df2748e92377917e3fd (patch) | |
tree | d1fcd59aed1b8ca8206c524154b16f6eef5ddb7b /xmloff | |
parent | 8c230395bc374a2be4e9bb341a10f9e8f8cf467e (diff) |
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.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/shapeimport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); } |