From 65a88b51b3df8e4c2756fde4058194d892c627f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 24 Jun 2016 09:48:33 +0100 Subject: [PATCH] warn->info: its just a fact Change-Id: Id3f468cc4bb4f6f0b34bcc8486817c3f9c994020 --- oox/source/core/xmlfilterbase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }