summaryrefslogtreecommitdiff
path: root/sc/inc/orcusfilters.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-19 17:14:43 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:31 -0500
commit814ae3e4dc75befa8540eb77a0a9a704ff8dd21f (patch)
treeb373f365ca1cfd2535528bd140cc10fc105a74df /sc/inc/orcusfilters.hxx
parent7b3009bda41b58036c7a843611e6b46e5b3463d0 (diff)
Store the xml namespace repository with the context.
We need persistent xml namespaces between loading the structure and importing the content. Change-Id: I4b56a7e952ab89b93ea2590c8f0d6b5cb141f039
Diffstat (limited to 'sc/inc/orcusfilters.hxx')
-rw-r--r--sc/inc/orcusfilters.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/orcusfilters.hxx b/sc/inc/orcusfilters.hxx
index ee8d3f8c2a2c..bcf8881f6193 100644
--- a/sc/inc/orcusfilters.hxx
+++ b/sc/inc/orcusfilters.hxx
@@ -46,9 +46,9 @@ class ScOrcusXMLContext
public:
virtual ~ScOrcusXMLContext() {}
- virtual bool loadXMLStructure(SvTreeListBox& rTreeCtrl, ScOrcusXMLTreeParam& rParam) const = 0;
+ virtual bool loadXMLStructure(SvTreeListBox& rTreeCtrl, ScOrcusXMLTreeParam& rParam) = 0;
- virtual bool importXML(const ScOrcusImportXMLParam& rParam) const = 0;
+ virtual bool importXML(const ScOrcusImportXMLParam& rParam) = 0;
};
#endif