summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-03 14:23:19 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-04 00:25:52 -0500
commitbd3919c03dc1e5de2eb986321477bfe4a9b93cf4 (patch)
tree700951bc0fa27686793be52bfb210b1d965d410f /sc/inc/dpobject.hxx
parentMore on ScStrCollection/StrData elimination. (diff)
downloadcore-bd3919c03dc1e5de2eb986321477bfe4a9b93cf4.tar.gz
core-bd3919c03dc1e5de2eb986321477bfe4a9b93cf4.zip
No more ScStrCollection in pivot table code.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index f7126b12e421..251e51583f11 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -34,6 +34,7 @@
#include "address.hxx"
#include "collect.hxx"
#include "dpoutput.hxx"
+#include "dptypes.hxx"
#include "pivot.hxx"
#include <com/sun/star/sheet/XDimensionsSupplier.hpp>
@@ -191,7 +192,7 @@ public:
std::vector< ScDPGetPivotDataField >& rFilters,
const ::rtl::OUString& rFilterList );
- void GetMemberResultNames( ScStrCollection& rNames, long nDimension );
+ void GetMemberResultNames(ScDPUniqueStringSet& rNames, long nDimension);
void FillPageList( TypedScStrCollection& rStrings, long nField );