diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-01-22 00:02:26 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-22 00:02:26 -0500 |
commit | 7be6261e79e9295f642dffc9a2a0c98c51efc238 (patch) | |
tree | dcbfe8e73c3277e8751cf6335548989f723cbb1b /sc/inc/dpshttab.hxx | |
parent | b983db913a1df507549d5f57ba315d8bac62e17a (diff) |
Export range name data source back to xls document.
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 2 |
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; |