| commit | 2acaf22274068fbc4181120084aa372254e11686 | [log] |
|---|---|---|
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | Wed Jun 20 00:04:55 2018 +0200 |
| committer | Eike Rathke <erack@redhat.com> | Thu Jun 21 00:49:33 2018 +0200 |
| tree | 27f8d42f79cd590603896e99fd17180a7c59b22a | |
| parent | 57eec349eeb0cf7d0acdeff09daed5867385db4d [diff] |
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> (cherry picked from commit ca49ed9c4342917ba616170e95d7614224a13a4b) Reviewed-on: https://gerrit.libreoffice.org/56135 Reviewed-by: Eike Rathke <erack@redhat.com>
diff --git a/sc/source/filter/orcus/xmlcontext.cxx b/sc/source/filter/orcus/xmlcontext.cxx index 1e343ff..5e97db9 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&) {