diff options
-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); |