summaryrefslogtreecommitdiff
path: root/sc/source/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-13 08:57:47 +0200
committerNoel Grandin <noel@peralex.com>2015-11-13 10:54:19 +0200
commit75aaa65a8f0f145657098278c3a7a3973b2c29df (patch)
tree60009f7cd47675c459360272ceac452639b98d70 /sc/source/filter
parenta029ab3d480c97313dc88dc6e1fbc0f3a900fb09 (diff)
sc: rename ObjectSetType to ScDPObject
Change-Id: I64720c2678f702e895c9b91571d98c0059e02a27
Diffstat (limited to 'sc/source/filter')
-rw-r--r--sc/source/filter/excel/xepivotxml.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xepivotxml.cxx b/sc/source/filter/excel/xepivotxml.cxx
index 92d79bc53187..23e010e9c509 100644
--- a/sc/source/filter/excel/xepivotxml.cxx
+++ b/sc/source/filter/excel/xepivotxml.cxx
@@ -316,8 +316,8 @@ void XclExpXmlPivotTableManager::Initialize()
// Get all pivot objects that reference this cache, and set up an
// object to cache ID mapping.
- const ScDPCache::ObjectSetType& rRefs = pCache->GetAllReferences();
- ScDPCache::ObjectSetType::const_iterator it = rRefs.begin(), itEnd = rRefs.end();
+ const ScDPCache::ScDPObjectSet& rRefs = pCache->GetAllReferences();
+ ScDPCache::ScDPObjectSet::const_iterator it = rRefs.begin(), itEnd = rRefs.end();
for (; it != itEnd; ++it)
maCacheIdMap.insert(CacheIdMapType::value_type(*it, aCaches.size()+1));