summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/PropertyInfoHash.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc/comphelper/PropertyInfoHash.hxx')
-rw-r--r--comphelper/inc/comphelper/PropertyInfoHash.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/comphelper/inc/comphelper/PropertyInfoHash.hxx b/comphelper/inc/comphelper/PropertyInfoHash.hxx
index d5b8ced95c5a..3a675c194f48 100644
--- a/comphelper/inc/comphelper/PropertyInfoHash.hxx
+++ b/comphelper/inc/comphelper/PropertyInfoHash.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,8 +32,8 @@
#include <rtl/ustring.hxx>
#include <comphelper/TypeGeneration.hxx>
#include <hash_map>
-namespace comphelper
-{
+namespace comphelper
+{
struct PropertyInfo
{
const sal_Char* mpName;
@@ -61,13 +61,13 @@ namespace comphelper
};
}
-typedef std::hash_map < ::rtl::OUString,
- ::comphelper::PropertyInfo*,
- ::rtl::OUStringHash,
+typedef std::hash_map < ::rtl::OUString,
+ ::comphelper::PropertyInfo*,
+ ::rtl::OUStringHash,
::comphelper::eqFunc > PropertyInfoHash;
-typedef std::hash_map < ::rtl::OUString,
- ::comphelper::PropertyData*,
- ::rtl::OUStringHash,
+typedef std::hash_map < ::rtl::OUString,
+ ::comphelper::PropertyData*,
+ ::rtl::OUStringHash,
::comphelper::eqFunc > PropertyDataHash;
#endif