summaryrefslogtreecommitdiff
path: root/sc/inc/orcusxml.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-10-12 17:20:52 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:25 -0500
commit4de096fad46e0e5d7f78988365a23403787013a1 (patch)
tree31882459d15022f9a16703de4dfbdf8e68d14788 /sc/inc/orcusxml.hxx
parentcbc00f54a062d7ab94c6a751f170274f673fa461 (diff)
Set user data to each tree entry.
Change-Id: I708bbbae7696a66f7acae8a8d01c98a3c81d32e8
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 dfb2867ed9b3..cdc4679b082b 100644
--- a/sc/inc/orcusxml.hxx
+++ b/sc/inc/orcusxml.hxx
@@ -25,6 +25,8 @@ struct ScOrcusXMLTreeParam
struct TreeEntryUserData
{
EntryType meType;
+
+ TreeEntryUserData(EntryType eType);
};
typedef boost::ptr_vector<TreeEntryUserData> UserDataStoreType;