xmloff/source/draw/ximpstyl.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit b13c2808127b36052a747aee35ecf607fc46d7ce
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Tue Sep 1 13:39:55 2020 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Tue Sep 1 19:46:20 2020 +0200

    reduce log noise
    
    Change-Id: Ifa81014e272b01fd6ffb5356444fffb1d10370b6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101841
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

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));
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to