summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/inc/dpgroup.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx
index 5ef91a568574..07b25a7db786 100644
--- a/sc/inc/dpgroup.hxx
+++ b/sc/inc/dpgroup.hxx
@@ -119,7 +119,7 @@ public:
class ScDPGroupTableData : public ScDPTableData
{
- typedef std::unordered_set< OUString, OUStringHash, ::std::equal_to< OUString > > StringHashSet;
+ typedef std::unordered_set< OUString, OUStringHash > StringHashSet;
std::shared_ptr<ScDPTableData> pSourceData;
long nSourceCount;