From dbec763c672ae5a08b6fb6763e87e41a5ec14ca9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 3 Oct 2013 11:49:09 +0100 Subject: de-GetBuffer calc Change-Id: I6bb013cc32d5b363dd08738543b1fb834d39f516 --- sc/inc/dptabres.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/dptabres.hxx') 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 VisibleMemberType; - typedef ::boost::unordered_map DimMemberType; + typedef ::boost::unordered_map DimMemberType; DimMemberType maDimensions; ScDPSource* mpSource; -- cgit