[Libreoffice-commits] .: Branch 'feature/calc-xml-source' - sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Nov 21 08:04:26 PST 2012
sc/source/filter/orcus/xmlcontext.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f1161eb78c9311a5de3ee8db92284f6c49900a7d
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Wed Nov 21 10:58:24 2012 -0500
Adjusted for the orcus interface change on the master branch.
Change-Id: Ie99a1f90c55abf41f9f069fe26f19ed2f4370ae1
diff --git a/sc/source/filter/orcus/xmlcontext.cxx b/sc/source/filter/orcus/xmlcontext.cxx
index 9e0dbba..cc8eccd 100644
--- a/sc/source/filter/orcus/xmlcontext.cxx
+++ b/sc/source/filter/orcus/xmlcontext.cxx
@@ -171,7 +171,7 @@ bool ScOrcusXMLContextImpl::importXML(const ScOrcusImportXMLParam& rParam)
const char* path = aSysPath.getStr();
try
{
- orcus::orcus_xml filter(&aFactory, NULL);
+ orcus::orcus_xml filter(maNsRepo, &aFactory, NULL);
// Set cell links.
{
More information about the Libreoffice-commits
mailing list