summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/cacheitem.hxx
diff options
context:
space:
mode:
authortymyjan <tymyjan@yahoo.co.uk>2016-04-03 15:53:23 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-04 05:46:34 +0000
commitbfb9612226314cd037c8eda30cc6ebbb46dc8512 (patch)
tree9cb3d9d1bf9ec134adb0ec9d7e4eae67979f8347 /filter/source/config/cache/cacheitem.hxx
parent362ab03eb276fd7cf73a6882faa4e4f14fcab2a4 (diff)
tdf#97499 Fixed containers parameters clearing #3
Change-Id: I1c105de7e1df251533179fba77e3797ef1c4e2d4 Reviewed-on: https://gerrit.libreoffice.org/23752 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'filter/source/config/cache/cacheitem.hxx')
-rw-r--r--filter/source/config/cache/cacheitem.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/filter/source/config/cache/cacheitem.hxx b/filter/source/config/cache/cacheitem.hxx
index e890f3aaf92a..4e666506ed5f 100644
--- a/filter/source/config/cache/cacheitem.hxx
+++ b/filter/source/config/cache/cacheitem.hxx
@@ -150,8 +150,7 @@ class CacheItem : public ::comphelper::SequenceAsHashMap
*/
typedef std::unordered_map< OUString ,
CacheItem ,
- OUStringHash ,
- std::equal_to< OUString > > CacheItemList;
+ OUStringHash > CacheItemList;
/** @short supports registration of multiple key to
@@ -168,8 +167,7 @@ typedef std::unordered_map< OUString ,
*/
typedef std::unordered_map< OUString ,
OUStringList ,
- OUStringHash ,
- std::equal_to< OUString > > CacheItemRegistration;
+ OUStringHash > CacheItemRegistration;
/** @short is used to collect all matching types of an URL