Kaydet (Commit) d7ba6315 authored tarafından Michael Stahl's avatar Michael Stahl

xmloff: don't warn on future LO versions, SAL_INFO is enough

Change-Id: I43d28a0957556900102cf87f024174d5c451a01d
üst 3e966a33
...@@ -185,7 +185,7 @@ public: ...@@ -185,7 +185,7 @@ public:
} }
else else
{ {
SAL_WARN("xmloff.core", "unknown LO version: " << loVersion); SAL_INFO("xmloff.core", "unknown LO version: " << loVersion);
} }
return; // ignore buildIds return; // ignore buildIds
} }
......
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