diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-01-21 15:02:10 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-21 15:02:10 -0500 |
commit | 59c675e0c8491bd080db69b57e8aa0439b421982 (patch) | |
tree | 12c7bb796808ec7131052da959871f61a0dd4f65 /sc/inc/dpshttab.hxx | |
parent | bccc6db5b56e54cd790f1dc3ae9063326d8c362c (diff) |
The range name data member can safely have private visibility.
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 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); |