diff options
Diffstat (limited to 'oox/source')
-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; } |