summaryrefslogtreecommitdiffstats
path: root/sc/inc/orcusxml.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-07 13:06:35 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:27 -0500
commit1b92138385b528167c9b783a70867a4f63ebb526 (patch)
tree63b665ef15c739b76a993940fcab35413930b449 /sc/inc/orcusxml.hxx
parentWhen setting a link position to a repeat element, set the range parent flag. (diff)
downloadcore-1b92138385b528167c9b783a70867a4f63ebb526.tar.gz
core-1b92138385b528167c9b783a70867a4f63ebb526.zip
Get it to build again after the rebase.
The breakage is mostly due to my tree control rework on master. Change-Id: I1db09fa18b4d997cf77fea2968e787cbce3b0a72
Diffstat (limited to 'sc/inc/orcusxml.hxx')
-rw-r--r--sc/inc/orcusxml.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/orcusxml.hxx b/sc/inc/orcusxml.hxx
index 2c4b07b0a4cc..a133b783daa7 100644
--- a/sc/inc/orcusxml.hxx
+++ b/sc/inc/orcusxml.hxx
@@ -16,7 +16,7 @@
#include <boost/ptr_container/ptr_vector.hpp>
-class SvLBoxEntry;
+class SvTreeListEntry;
/**
* Parameter used during call to ScOrcusFilters::loadXMLStructure().
@@ -47,7 +47,7 @@ struct ScOrcusXMLTreeParam
*/
UserDataStoreType maUserDataStore;
- static SC_DLLPUBLIC EntryData* getUserData(SvLBoxEntry& rEntry);
+ static SC_DLLPUBLIC EntryData* getUserData(SvTreeListEntry& rEntry);
};
#endif