diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-31 21:56:19 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-31 22:12:46 -0400 |
commit | 2a2a2c42814a2b3d00c85f7ba48fcc0f9f04a111 (patch) | |
tree | 4662a2554ea12ea3df88dbd32cfb586a3c8184fe /sc/inc/dptabsrc.hxx | |
parent | 6a06befd20b01290a61e8157bd72c20eddcd15a0 (diff) |
Rename ScDPCacheTable to ScDPFilteredCache.
I always wanted to do this. The new name reflects what it really does
better than the old one.
Change-Id: I3c90cce06d482f1453936ff3916eef9663bb417b
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r-- | sc/inc/dptabsrc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx index 9fced306c11b..c3ec63ed072a 100644 --- a/sc/inc/dptabsrc.hxx +++ b/sc/inc/dptabsrc.hxx @@ -152,7 +152,7 @@ private: * Set visibilities of individual rows in the cache table based on the * page field data. */ - void FilterCacheTableByPageDimensions(); + void FilterCacheByPageDimensions(); void SetDupCount( long nNew ); |