[Libreoffice-commits] core.git: sc/inc
tymyjan
tymyjan at yahoo.co.uk
Fri Apr 15 21:34:48 UTC 2016
sc/inc/dpgroup.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e2e35d56abc29f86b5f77e195a06a93caa3c60b0
Author: tymyjan <tymyjan at yahoo.co.uk>
Date: Tue Apr 12 20:04:58 2016 +0200
tdf#97499 Fixed containers parameters clearing #5
Change-Id: If9868734b255605f2376c30e66ca144e6fd8b803
Reviewed-on: https://gerrit.libreoffice.org/24034
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Eike Rathke <erack at redhat.com>
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx
index 5ef91a5..07b25a7 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;
More information about the Libreoffice-commits
mailing list