summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpshttab.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-22 00:02:26 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-22 00:02:26 -0500
commit7be6261e79e9295f642dffc9a2a0c98c51efc238 (patch)
treedcbfe8e73c3277e8751cf6335548989f723cbb1b /sc/inc/dpshttab.hxx
parentTake care of importing pivot tables with range name from xls docs. (diff)
downloadcore-7be6261e79e9295f642dffc9a2a0c98c51efc238.tar.gz
core-7be6261e79e9295f642dffc9a2a0c98c51efc238.zip
Export range name data source back to xls document.
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r--sc/inc/dpshttab.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx
index d3437d2ea5f0..f52aed4bd5a2 100644
--- a/sc/inc/dpshttab.hxx
+++ b/sc/inc/dpshttab.hxx
@@ -71,7 +71,7 @@ public:
*/
SC_DLLPUBLIC const ScRange& GetSourceRange() const;
SC_DLLPUBLIC void SetRangeName(const ::rtl::OUString& rName);
- const ::rtl::OUString& GetRangeName() const;
+ SC_DLLPUBLIC const ::rtl::OUString& GetRangeName() const;
bool HasRangeName() const;
void SetQueryParam(const ScQueryParam& rParam);
const ScQueryParam& GetQueryParam() const;