diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx index 99ce23f45c89..fae720f25da7 100644 --- a/oox/source/core/xmlfilterbase.cxx +++ b/oox/source/core/xmlfilterbase.cxx @@ -236,7 +236,7 @@ void XmlFilterBase::checkDocumentProperties(const Reference if (!aValue.startsWithIgnoreAsciiCase("12.")) return; - SAL_WARN("oox", "a MSO 2007 document"); + SAL_INFO("oox", "a MSO 2007 document"); mbMSO2007 = true; }