summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/orcusxml.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-09 22:10:54 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:29 -0500
commitf10c5f33c17093bac8dd09b1a3b6ea39bdb6020c (patch)
tree367a5d7b5b3f9344878707c3b4a86ba10d4015a2 /sc/source/core/tool/orcusxml.cxx
parenteb85e45358d641a9beb246a97c3144b3d4a591ee (diff)
Register range links to orcus_xml too.
But range links fail to import. Looks like sheet names are corrupted. I need to debug this... Change-Id: If2aeb3b81db65749f05edfbdd2f3388be4f2539c
Diffstat (limited to 'sc/source/core/tool/orcusxml.cxx')
-rw-r--r--sc/source/core/tool/orcusxml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/orcusxml.cxx b/sc/source/core/tool/orcusxml.cxx
index 5ad41de47cd6..3f3c93c159e2 100644
--- a/sc/source/core/tool/orcusxml.cxx
+++ b/sc/source/core/tool/orcusxml.cxx
@@ -12,7 +12,7 @@
#include "svtools/treelistbox.hxx"
ScOrcusXMLTreeParam::EntryData::EntryData(EntryType eType) :
- meType(eType), maLinkedPos(ScAddress::INITIALIZE_INVALID), mbRangeParent(false) {}
+ meType(eType), maLinkedPos(ScAddress::INITIALIZE_INVALID), mbRangeParent(false), mbLeafNode(true) {}
ScOrcusXMLTreeParam::EntryData* ScOrcusXMLTreeParam::getUserData(SvTreeListEntry& rEntry)
{