warn->info: its just a fact

Change-Id: Id3f468cc4bb4f6f0b34bcc8486817c3f9c994020
This commit is contained in:
Caolán McNamara
2016-06-24 09:48:33 +01:00
parent 639aa16945
commit 65a88b51b3

View File

@@ -236,7 +236,7 @@ void XmlFilterBase::checkDocumentProperties(const Reference<XDocumentProperties>
if (!aValue.startsWithIgnoreAsciiCase("12.")) if (!aValue.startsWithIgnoreAsciiCase("12."))
return; return;
SAL_WARN("oox", "a MSO 2007 document"); SAL_INFO("oox", "a MSO 2007 document");
mbMSO2007 = true; mbMSO2007 = true;
} }