diff options
author | tymyjan <tymyjan@yahoo.co.uk> | 2016-04-12 20:04:58 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-04-15 21:34:25 +0000 |
commit | e2e35d56abc29f86b5f77e195a06a93caa3c60b0 (patch) | |
tree | 7312f410395217fdd6febdf94e982194e2b7c192 /sc | |
parent | 555c9add26e06030402c73f885de98f4b96826f0 (diff) |
tdf#97499 Fixed containers parameters clearing #5
Change-Id: If9868734b255605f2376c30e66ca144e6fd8b803
Reviewed-on: https://gerrit.libreoffice.org/24034
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/dpgroup.hxx | 2 |
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; |