diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-07-20 11:01:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-07-21 12:08:31 +0200 |
commit | d7ba631598061f68c1f0dca54b6e227b82d7c73a (patch) | |
tree | 4674a1e66d014a7b797d724b4fc1e2c63d08b627 /xmloff | |
parent | 3e966a3322de760f36b66db26ab1a8d694a49cce (diff) |
xmloff: don't warn on future LO versions, SAL_INFO is enough
Change-Id: I43d28a0957556900102cf87f024174d5c451a01d
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index 464d397d29b6..891c116098c0 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -185,7 +185,7 @@ public: } else { - SAL_WARN("xmloff.core", "unknown LO version: " << loVersion); + SAL_INFO("xmloff.core", "unknown LO version: " << loVersion); } return; // ignore buildIds } |