summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-06-20 00:04:55 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-06-20 02:33:13 +0200
commitca49ed9c4342917ba616170e95d7614224a13a4b (patch)
tree25f35cf7aa7b93c497bbb794d6defec3da1008aa
parenttdf#118189 : Propagate the state of mbNeedsNumberFormat... (diff)
downloadcore-ca49ed9c4342917ba616170e95d7614224a13a4b.tar.gz
core-ca49ed9c4342917ba616170e95d7614224a13a4b.zip
push the data from the temporary storage to the document for XML source
Change-Id: I93d489ef9b3fa105db2d364ad9133a26d5366361 Reviewed-on: https://gerrit.libreoffice.org/56126 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--sc/source/filter/orcus/xmlcontext.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/orcus/xmlcontext.cxx b/sc/source/filter/orcus/xmlcontext.cxx
index 1e343ff57a38..5e97db9f84e9 100644
--- a/sc/source/filter/orcus/xmlcontext.cxx
+++ b/sc/source/filter/orcus/xmlcontext.cxx
@@ -289,6 +289,7 @@ void ScOrcusXMLContextImpl::importXML(const ScOrcusImportXMLParam& rParam)
}
filter.read_file(path);
+ aFactory.finalize();
}
catch (const std::exception&)
{