From 8ff0331bff9db9206e27558aca3958b65afb044b Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 8 Feb 2012 15:08:29 -0500 Subject: Move away from TypedScStrCollection in favor of STL's. --- sc/inc/dpobject.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/inc/dpobject.hxx') diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx index 79b5a67a0345..121b6149a4d1 100644 --- a/sc/inc/dpobject.hxx +++ b/sc/inc/dpobject.hxx @@ -38,6 +38,7 @@ #include #include +#include #include #include @@ -64,7 +65,6 @@ class ScPivotCollection; struct ScPivotParam; struct ScImportSourceDesc; class ScSheetSourceDesc; -class TypedScStrCollection; struct PivotField; class ScDPCacheTable; class ScDPTableData; @@ -192,7 +192,7 @@ public: void GetMemberResultNames(ScDPUniqueStringSet& rNames, long nDimension); - void FillPageList( TypedScStrCollection& rStrings, long nField ); + void FillPageList( std::vector& rStrings, long nField ); void ToggleDetails(const ::com::sun::star::sheet::DataPilotTableHeaderData& rElemDesc, ScDPObject* pDestObj); -- cgit