summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpshttab.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-21 23:39:01 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-21 23:39:01 -0500
commitb983db913a1df507549d5f57ba315d8bac62e17a (patch)
tree21d2e7ed2f23325249aac403c25adbb895802c9d /sc/inc/dpshttab.hxx
parentImport source range name properly from ods document. (diff)
downloadcore-b983db913a1df507549d5f57ba315d8bac62e17a.tar.gz
core-b983db913a1df507549d5f57ba315d8bac62e17a.zip
Take care of importing pivot tables with range name from xls docs.
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 b2b768d441a2..d3437d2ea5f0 100644
--- a/sc/inc/dpshttab.hxx
+++ b/sc/inc/dpshttab.hxx
@@ -70,7 +70,7 @@ public:
* @return source range.
*/
SC_DLLPUBLIC const ScRange& GetSourceRange() const;
- void SetRangeName(const ::rtl::OUString& rName);
+ SC_DLLPUBLIC void SetRangeName(const ::rtl::OUString& rName);
const ::rtl::OUString& GetRangeName() const;
bool HasRangeName() const;
void SetQueryParam(const ScQueryParam& rParam);