summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-08 15:08:29 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-08 18:33:19 -0500
commit8ff0331bff9db9206e27558aca3958b65afb044b (patch)
tree6e4a9bbd5bfdf10bdedc1d3f109b80692108391f /sc/inc/dpobject.hxx
parentLet's use enum for better type safety. (diff)
downloadcore-8ff0331bff9db9206e27558aca3958b65afb044b.tar.gz
core-8ff0331bff9db9206e27558aca3958b65afb044b.zip
Move away from TypedScStrCollection in favor of STL's.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx4
1 files changed, 2 insertions, 2 deletions
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 <com/sun/star/sheet/XDimensionsSupplier.hpp>
#include <set>
+#include <vector>
#include <boost/ptr_container/ptr_list.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
@@ -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<rtl::OUString>& rStrings, long nField );
void ToggleDetails(const ::com::sun::star::sheet::DataPilotTableHeaderData& rElemDesc, ScDPObject* pDestObj);