summaryrefslogtreecommitdiff
path: root/sc/inc/dptabres.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-03 11:49:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-03 13:09:22 +0100
commitdbec763c672ae5a08b6fb6763e87e41a5ec14ca9 (patch)
tree99f577a430eccf301c23fd1b1394efb55d8b54cc /sc/inc/dptabres.hxx
parent5f4d8386a889b329eb19248dc0ee62198c3bf8ca (diff)
de-GetBuffer calc
Change-Id: I6bb013cc32d5b363dd08738543b1fb834d39f516
Diffstat (limited to 'sc/inc/dptabres.hxx')
-rw-r--r--sc/inc/dptabres.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx
index cffd0c8d68cc..4017fe119332 100644
--- a/sc/inc/dptabres.hxx
+++ b/sc/inc/dptabres.hxx
@@ -681,7 +681,7 @@ private:
size_t operator()(const ScDPItemData& r) const;
};
typedef ::boost::unordered_set<ScDPItemData, MemberHash> VisibleMemberType;
- typedef ::boost::unordered_map<OUString, VisibleMemberType, ScStringHashCode> DimMemberType;
+ typedef ::boost::unordered_map<OUString, VisibleMemberType, OUStringHash> DimMemberType;
DimMemberType maDimensions;
ScDPSource* mpSource;