summaryrefslogtreecommitdiff
path: root/sc/inc/orcusxml.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-04-28 19:47:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-04-29 14:31:51 +0200
commit260e5b61209b92e1583623d70b2ba3032b5ced14 (patch)
treed760db2fd69c731fd55f3568ad2afb1f8c11d43c /sc/inc/orcusxml.hxx
parent7d53d5899bc798b49c99d36e4611204c05585915 (diff)
weld ScXMLSourceDlg
Change-Id: If8894b7c432006f196e040571757943c940f13ea Reviewed-on: https://gerrit.libreoffice.org/71489 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/orcusxml.hxx')
-rw-r--r--sc/inc/orcusxml.hxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/sc/inc/orcusxml.hxx b/sc/inc/orcusxml.hxx
index 2b8f94425f73..b635eca2d43d 100644
--- a/sc/inc/orcusxml.hxx
+++ b/sc/inc/orcusxml.hxx
@@ -17,7 +17,10 @@
#include <vector>
#include <memory>
-class SvTreeListEntry;
+namespace weld {
+ class TreeIter;
+ class TreeView;
+}
/**
* Parameter used during call to ScOrcusFilters::loadXMLStructure().
@@ -40,9 +43,9 @@ struct ScOrcusXMLTreeParam
typedef std::vector<std::unique_ptr<EntryData>> UserDataStoreType;
- Image maImgElementDefault;
- Image maImgElementRepeat;
- Image maImgAttribute;
+ OUString maImgElementDefault;
+ OUString maImgElementRepeat;
+ OUString maImgAttribute;
/**
* Store all custom data instances since the tree control doesn't manage
@@ -50,7 +53,7 @@ struct ScOrcusXMLTreeParam
*/
UserDataStoreType m_UserDataStore;
- static SC_DLLPUBLIC EntryData* getUserData(const SvTreeListEntry& rEntry);
+ static SC_DLLPUBLIC EntryData* getUserData(const weld::TreeView& rControl, const weld::TreeIter& rEntry);
};
struct ScOrcusImportXMLParam