Merge branch 'master' into fixbuild

This commit is contained in:
Kim Kulling
2018-06-15 20:40:06 +02:00
committed by GitHub

View File

@@ -115,7 +115,7 @@ std::shared_ptr<const PropertyTable> GetPropertyTable(const Document& doc,
}
}
if(!Properties70) {
if(!Properties70 || !Properties70->Compound()) {
if(!no_warn) {
DOMWarning("property table (Properties70) not found",&element);
}