diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-01-21 16:46:47 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-21 16:46:47 -0500 |
commit | 126321ebe679376a13e807ff3b1c38acdb0b2f98 (patch) | |
tree | ba4a009aec6c0801f3625c4e97f317756b603391 /sc/source/ui/inc/pvlaydlg.hxx | |
parent | f1d27b6d0a0e89ecae130d60decfc88531cce7ea (diff) |
Let's store ScDocument* in ScSheetSourceDesc.
This class already uses ScDocument* a lot internally. Let's just
take the pointer to the document instance in the ctor and store it
inside.
Diffstat (limited to 'sc/source/ui/inc/pvlaydlg.hxx')
-rw-r--r-- | sc/source/ui/inc/pvlaydlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/inc/pvlaydlg.hxx b/sc/source/ui/inc/pvlaydlg.hxx index 14b1b61dd699..9d0e215cba7a 100644 --- a/sc/source/ui/inc/pvlaydlg.hxx +++ b/sc/source/ui/inc/pvlaydlg.hxx @@ -185,7 +185,6 @@ private: ScPivotParam thePivotData; ScViewData* pViewData; ScDocument* pDoc; - DataSrcType meSrcType; bool bRefInputMode; private: |