summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpsave.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-01 00:24:37 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-03-01 00:24:37 -0500
commitdddc5972da6c6d6c706e442845a47362d0f08dfa (patch)
treee5cfda5673b41d88eb4031a01956a37793a2233d /sc/source/core/data/dpsave.cxx
parentf84427bfddd49efee446f73fb1b926d102ce9641 (diff)
Renamed ScDPTableDataCache to simply ScDPCache.
There were so many classes with 'DPTable' in them it was confusing.
Diffstat (limited to 'sc/source/core/data/dpsave.cxx')
-rw-r--r--sc/source/core/data/dpsave.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/dpsave.cxx b/sc/source/core/data/dpsave.cxx
index 6e9bf0ed34de..eeda08ae2f13 100644
--- a/sc/source/core/data/dpsave.cxx
+++ b/sc/source/core/data/dpsave.cxx
@@ -1305,7 +1305,7 @@ void ScDPSaveDimension::Refresh( const com::sun::star::uno::Reference<
if ( xSource.is() )
{
ScDPSource* pTabSource = static_cast<ScDPSource*>( xSource.get() );
- const ScDPTableDataCache* pCache = pTabSource->GetCache();
+ const ScDPCache* pCache = pTabSource->GetCache();
SCCOL nSrcDim = pCache->GetDimensionIndex( GetName() );