diff options
Diffstat (limited to 'sc/inc/dpdimsave.hxx')
-rw-r--r-- | sc/inc/dpdimsave.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/dpdimsave.hxx b/sc/inc/dpdimsave.hxx index 3c377c04b1e8..38c8cb078e39 100644 --- a/sc/inc/dpdimsave.hxx +++ b/sc/inc/dpdimsave.hxx @@ -34,6 +34,7 @@ #include <tools/string.hxx> #include "dpgroup.hxx" // for ScDPNumGroupInfo #include "scdllapi.h" +#include "dptypes.hxx" class ScDPGroupTableData; class ScDPGroupDimension; @@ -107,7 +108,7 @@ public: void RemoveFromGroups( const String& rItemName ); void RemoveGroup( const String& rGroupName ); bool IsEmpty() const; - bool HasOnlyHidden( const ScStrCollection& rVisible ); + bool HasOnlyHidden(const ScDPUniqueStringSet& rVisible); long GetGroupCount() const; const ScDPSaveGroupItem* GetGroupByIndex( long nIndex ) const; |