summaryrefslogtreecommitdiff
path: root/sc/inc/orcusxml.hxx
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/inc/orcusxml.hxx
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/inc/orcusxml.hxx')
-rw-r--r--sc/inc/orcusxml.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/orcusxml.hxx b/sc/inc/orcusxml.hxx
index 1a0b1927b71f..c3a981da3622 100644
--- a/sc/inc/orcusxml.hxx
+++ b/sc/inc/orcusxml.hxx
@@ -31,7 +31,8 @@ struct ScOrcusXMLTreeParam
{
EntryType meType;
ScAddress maLinkedPos; /// linked cell position (invalid if unlinked)
- bool mbRangeParent;
+ bool mbRangeParent:1;
+ bool mbLeafNode:1; /// Leaf if it has no child elements. Child Attributes don't count.
SC_DLLPUBLIC EntryData(EntryType eType);
};