summaryrefslogtreecommitdiff
path: root/sc/inc/dpsave.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-02-28 20:34:30 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-02-28 20:34:30 -0500
commit3b7bd5c1dd1031a79e82a0333b11bf70bb94102e (patch)
tree9502289629991c8e6b84caa2a166a94107b47112 /sc/inc/dpsave.hxx
parentc51037f84d6a1a2759ae47f04b13de970dc1c8fc (diff)
Remove cache ID storage from ScDPSaveData.
Diffstat (limited to 'sc/inc/dpsave.hxx')
-rw-r--r--sc/inc/dpsave.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx
index 792ff9b01514..2d9ba1be7dcc 100644
--- a/sc/inc/dpsave.hxx
+++ b/sc/inc/dpsave.hxx
@@ -247,7 +247,6 @@ private:
sal_uInt16 nRepeatEmptyMode;
bool bFilterButton; // not passed to DataPilotSource
bool bDrillDown; // not passed to DataPilotSource
- long mnCacheId;
/** if true, all dimensions already have all of their member instances
* created. */
@@ -327,11 +326,6 @@ public:
void WriteToSource( const com::sun::star::uno::Reference<com::sun::star::sheet::XDimensionsSupplier>& xSource );
void Refresh( const com::sun::star::uno::Reference<com::sun::star::sheet::XDimensionsSupplier>& xSource );
bool IsEmpty() const;
- inline long GetCacheId() const
- { return mnCacheId; }
-
- inline void SetCacheId( long nCacheId )
- { mnCacheId = nCacheId; }
const ScDPDimensionSaveData* GetExistingDimensionData() const
{ return pDimensionData; }