Kaydet (Commit) 65a88b51 authored tarafından Caolán McNamara's avatar Caolán McNamara

warn->info: its just a fact

Change-Id: Id3f468cc4bb4f6f0b34bcc8486817c3f9c994020
üst 639aa169
...@@ -236,7 +236,7 @@ void XmlFilterBase::checkDocumentProperties(const Reference<XDocumentProperties> ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment