summaryrefslogtreecommitdiffstats
path: root/sc/inc/orcusxml.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-10-12 23:08:53 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:26 -0500
commit4f0516315c35882ef09fe3f44c3f2f5a7f12dc8d (patch)
treef9c5651ce57b68fd97079f2aff38fdc35c45497c /sc/inc/orcusxml.hxx
parentKeep track of linked cell positions. (diff)
downloadcore-4f0516315c35882ef09fe3f44c3f2f5a7f12dc8d.tar.gz
core-4f0516315c35882ef09fe3f44c3f2f5a7f12dc8d.zip
Take care of the default element and attribute selection handlers.
Change-Id: I87aec99679f8beca2be82d6d7df275917ba66d62
Diffstat (limited to 'sc/inc/orcusxml.hxx')
-rw-r--r--sc/inc/orcusxml.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/orcusxml.hxx b/sc/inc/orcusxml.hxx
index 4fa223e5b596..2c4b07b0a4cc 100644
--- a/sc/inc/orcusxml.hxx
+++ b/sc/inc/orcusxml.hxx
@@ -30,6 +30,7 @@ struct ScOrcusXMLTreeParam
{
EntryType meType;
ScAddress maLinkedPos; /// linked cell position (invalid if unlinked)
+ bool mbRangeParent;
SC_DLLPUBLIC EntryData(EntryType eType);
};