From 4be7d7f8d1329c0cc7dc3f4eb72fda0ac12cc960 Mon Sep 17 00:00:00 2001 From: Tomoyuki Kubota Date: Sun, 17 May 2020 04:31:01 +0900 Subject: xmloff: ODF import: Silence "unknown LO version: 7000" Change-Id: I56cf3b03274cc24f66bbfc9d3615fa57521a6cd1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94368 Tested-by: Jenkins Reviewed-by: Michael Stahl --- xmloff/source/core/xmlimp.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xmloff') diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index f4e07e8b5288..b700dde5106f 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -194,6 +194,10 @@ public: { mnGeneratorVersion = SvXMLImport::LO_6x; } + else if ('7' == loVersion[0]) + { + mnGeneratorVersion = SvXMLImport::LO_7x; + } else { SAL_INFO("xmloff.core", "unknown LO version: " << loVersion); -- cgit v1.2.3