summaryrefslogtreecommitdiffstats
path: root/sc/inc/orcusxml.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-10-12 21:47:20 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:25 -0500
commitcc635c24f3f5ab761cd640bacc5ae12adc4d0846 (patch)
treeff070ea1bc15ff74c43254b2031c0c6aafe9d8d2 /sc/inc/orcusxml.hxx
parentMore progress on the dialog. (diff)
downloadcore-cc635c24f3f5ab761cd640bacc5ae12adc4d0846.tar.gz
core-cc635c24f3f5ab761cd640bacc5ae12adc4d0846.zip
Keep track of linked cell positions.
Change-Id: I33e39e53b618270561ba7bfc236e8d8558bccffa
Diffstat (limited to 'sc/inc/orcusxml.hxx')
-rw-r--r--sc/inc/orcusxml.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/orcusxml.hxx b/sc/inc/orcusxml.hxx
index d615ab6bfcd2..4fa223e5b596 100644
--- a/sc/inc/orcusxml.hxx
+++ b/sc/inc/orcusxml.hxx
@@ -11,6 +11,7 @@
#define __SC_ORCUSXML_HXX__
#include "scdllapi.h"
+#include "address.hxx"
#include "vcl/image.hxx"
#include <boost/ptr_container/ptr_vector.hpp>
@@ -28,6 +29,7 @@ struct ScOrcusXMLTreeParam
struct EntryData
{
EntryType meType;
+ ScAddress maLinkedPos; /// linked cell position (invalid if unlinked)
SC_DLLPUBLIC EntryData(EntryType eType);
};