From 00ecf7899a97d09ecf4a8b6d81b10e1f66903f5a Mon Sep 17 00:00:00 2001 From: Jaskaran Date: Fri, 4 Mar 2016 10:04:07 +0530 Subject: tdf#97499 Remove some Default arguments in unordered container Change-Id: Ic008e244b8ae1888fa45379371f5525ee77f6087 Reviewed-on: https://gerrit.libreoffice.org/22887 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sot/source/sdstor/stgcache.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sot') diff --git a/sot/source/sdstor/stgcache.hxx b/sot/source/sdstor/stgcache.hxx index b9d0fab53778..9911f4b4cc7d 100644 --- a/sot/source/sdstor/stgcache.hxx +++ b/sot/source/sdstor/stgcache.hxx @@ -39,8 +39,7 @@ class StgCache { typedef std::unordered_map < - sal_Int32, rtl::Reference< StgPage >, - std::hash< sal_Int32 >, std::equal_to< sal_Int32 > + sal_Int32, rtl::Reference< StgPage > > IndexToStgPage; typedef std::vector< rtl::Reference< StgPage > > LRUList; -- cgit v1.2.3