summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpshttab.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-21 15:02:10 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-21 15:02:10 -0500
commit59c675e0c8491bd080db69b57e8aa0439b421982 (patch)
tree12c7bb796808ec7131052da959871f61a0dd4f65 /sc/inc/dpshttab.hxx
parentEncapsulated access to aSourceRange. (diff)
downloadcore-59c675e0c8491bd080db69b57e8aa0439b421982.tar.gz
core-59c675e0c8491bd080db69b57e8aa0439b421982.zip
The range name data member can safely have private visibility.
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 bdbeed3b3669..81dc7f0cb886 100644
--- a/sc/inc/dpshttab.hxx
+++ b/sc/inc/dpshttab.hxx
@@ -54,8 +54,8 @@ class ScSheetSourceDesc
{
private:
ScRange aSourceRange;
-public:
::rtl::OUString maRangeName;
+public:
ScQueryParam aQueryParam;
SC_DLLPUBLIC void SetSourceRange(const ScRange& rRange);