sc/inc/dpgroup.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e2e35d56abc29f86b5f77e195a06a93caa3c60b0 Author: tymyjan <[email protected]> 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 <[email protected]> Reviewed-by: Eike Rathke <[email protected]> Tested-by: Eike Rathke <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
