summaryrefslogtreecommitdiff
path: root/include/comphelper/numberedcollection.hxx
diff options
context:
space:
mode:
authorJaskaran <jvsg1303@gmail.com>2016-03-04 10:04:07 +0530
committerMichael Stahl <mstahl@redhat.com>2016-03-07 12:50:15 +0000
commit00ecf7899a97d09ecf4a8b6d81b10e1f66903f5a (patch)
tree5ea26ae38be277be80b2b7a769ad1976d9207e37 /include/comphelper/numberedcollection.hxx
parent088ba465d6bb0931c7034d564a3077e21078cb13 (diff)
tdf#97499 Remove some Default arguments in unordered container
Change-Id: Ic008e244b8ae1888fa45379371f5525ee77f6087 Reviewed-on: https://gerrit.libreoffice.org/22887 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/comphelper/numberedcollection.hxx')
-rw-r--r--include/comphelper/numberedcollection.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx
index 1f44fd0e96ea..48379eaf4435 100644
--- a/include/comphelper/numberedcollection.hxx
+++ b/include/comphelper/numberedcollection.hxx
@@ -61,9 +61,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex
typedef std::unordered_map<
long,
- TNumberedItem,
- ::std::hash<long>,
- ::std::equal_to< long > > TNumberedItemHash;
+ TNumberedItem > TNumberedItemHash;
typedef ::std::vector< long > TDeadItemList;