summaryrefslogtreecommitdiff
path: root/sd/source/ui/tools/IconCache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/tools/IconCache.cxx')
-rw-r--r--sd/source/ui/tools/IconCache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/tools/IconCache.cxx b/sd/source/ui/tools/IconCache.cxx
index 6e05720b6b4c..703dc28cd6f9 100644
--- a/sd/source/ui/tools/IconCache.cxx
+++ b/sd/source/ui/tools/IconCache.cxx
@@ -40,7 +40,7 @@ private:
*/
static IconCache* s_pIconCache;
- typedef std::unordered_map<OUString, Image, OUStringHash> ImageContainer;
+ typedef std::unordered_map<OUString, Image> ImageContainer;
ImageContainer maContainer;
Image GetIcon(const OUString& rResourceId);