diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-06-24 09:48:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-24 15:21:26 +0100 |
commit | 65a88b51b3df8e4c2756fde4058194d892c627f1 (patch) | |
tree | d9839e856028a976166a3b805f66b64ca4840e96 /oox | |
parent | 639aa16945f1280716b3d3cb44ebf90eab416887 (diff) |
warn->info: its just a fact
Change-Id: Id3f468cc4bb4f6f0b34bcc8486817c3f9c994020
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/core/xmlfilterbase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<XDocumentProperties> if (!aValue.startsWithIgnoreAsciiCase("12.")) return; - SAL_WARN("oox", "a MSO 2007 document"); + SAL_INFO("oox", "a MSO 2007 document"); mbMSO2007 = true; } |