summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-06-29 05:24:58 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-06-29 05:24:58 +0200
commit686ede63656aebbb498fffc21c8219924c593779 (patch)
tree6670902138ff8c752f65d4a8c77c7878684e1747 /sc/inc
parente5df38040587459525c82782d78839e65c13f284 (diff)
export local range names to xlsx
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 673dc3ec18d9..19dad8283aee 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -464,8 +464,8 @@ public:
* Get all range names that are local to each table. It only returns
* non-empty range name set.
*/
- void GetAllTabRangeNames(ScRangeName::TabNameCopyMap& rRangeNames) const;
- void SetAllTabRangeNames(const ScRangeName::TabNameCopyMap& rRangeNames);
+ SC_DLLPUBLIC void GetAllTabRangeNames(ScRangeName::TabNameCopyMap& rRangeNames) const;
+ SC_DLLPUBLIC void SetAllTabRangeNames(const ScRangeName::TabNameCopyMap& rRangeNames);
SC_DLLPUBLIC ScRangeName* GetRangeName(SCTAB nTab) const;
SC_DLLPUBLIC ScRangeName* GetRangeName() const;
void SetRangeName(SCTAB nTab, ScRangeName* pNew);