diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-01 13:39:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-01 19:46:20 +0200 |
commit | b13c2808127b36052a747aee35ecf607fc46d7ce (patch) | |
tree | e9f651dc97af043f27c5f1ece6526b26a9192863 /xmloff | |
parent | 7957a3c6ab6ba4b61b0a237b680e6393029cc426 (diff) |
reduce log noise
Change-Id: Ifa81014e272b01fd6ffb5356444fffb1d10370b6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101841
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximpstyl.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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)); } |