From b13c2808127b36052a747aee35ecf607fc46d7ce Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 1 Sep 2020 13:39:55 +0200 Subject: reduce log noise Change-Id: Ifa81014e272b01fd6ffb5356444fffb1d10370b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101841 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/draw/ximpstyl.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmloff') diff --git a/xmloff/source/draw/ximpstyl.cxx b/xmloff/source/draw/ximpstyl.cxx index 4115de5ea24b..2515b245859a 100644 --- a/xmloff/source/draw/ximpstyl.cxx +++ b/xmloff/source/draw/ximpstyl.cxx @@ -879,6 +879,8 @@ SvXMLStyleContext* SdXMLStylesContext::CreateStyleChildContext( case XML_ELEMENT(PRESENTATION, XML_FOOTER_DECL): case XML_ELEMENT(PRESENTATION, XML_DATE_TIME_DECL): return new SdXMLHeaderFooterDeclContext( GetImport(), xAttrList ); + case XML_ELEMENT(STYLE, XML_STYLE): + break; // ignore default: SAL_WARN("xmloff", "unknown element " << SvXMLImport::getPrefixAndNameFromToken(nElement)); } -- cgit v1.2.3