summaryrefslogtreecommitdiff
path: root/sc/inc/dpoutput.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/dpoutput.hxx
parent1e27efd970e2d2ec1bb5b5b99717c58b7653616e (diff)
No more ScStrCollection in pivot table code.
Diffstat (limited to 'sc/inc/dpoutput.hxx')
-rw-r--r--sc/inc/dpoutput.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/dpoutput.hxx b/sc/inc/dpoutput.hxx
index d1d07e2c42cb..56bc61e281fd 100644
--- a/sc/inc/dpoutput.hxx
+++ b/sc/inc/dpoutput.hxx
@@ -39,6 +39,8 @@
#include "address.hxx"
#include "dpcachetable.hxx"
+#include "dptypes.hxx"
+
#include <vector>
namespace com { namespace sun { namespace star { namespace sheet {
@@ -160,7 +162,7 @@ public:
Rectangle& rPosRect, sal_uInt16& rOrient, long& rDimPos );
sal_Bool IsFilterButton( const ScAddress& rPos );
- void GetMemberResultNames( ScStrCollection& rNames, long nDimension );
+ void GetMemberResultNames(ScDPUniqueStringSet& rNames, long nDimension);
void SetHeaderLayout(bool bUseGrid);
bool GetHeaderLayout() const;