diff options
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx index 34b598b1dfa1..737c0bfe4626 100644 --- a/sc/inc/dpshttab.hxx +++ b/sc/inc/dpshttab.hxx @@ -52,7 +52,10 @@ class ScDPItemData; */ class ScSheetSourceDesc { + ScSheetSourceDesc(); // disabled + public: + SC_DLLPUBLIC ScSheetSourceDesc(ScDocument* pDoc); SC_DLLPUBLIC void SetSourceRange(const ScRange& rRange); SC_DLLPUBLIC const ScRange& GetSourceRange() const; @@ -81,6 +84,7 @@ private: ScRange maSourceRange; ::rtl::OUString maRangeName; ScQueryParam maQueryParam; + ScDocument* mpDoc; }; // -------------------------------------------------------------------- |