summaryrefslogtreecommitdiff
path: root/include/comphelper/PropertyInfoHash.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/PropertyInfoHash.hxx')
-rw-r--r--include/comphelper/PropertyInfoHash.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/comphelper/PropertyInfoHash.hxx b/include/comphelper/PropertyInfoHash.hxx
index da1dddf7e313..1e1374f317dc 100644
--- a/include/comphelper/PropertyInfoHash.hxx
+++ b/include/comphelper/PropertyInfoHash.hxx
@@ -44,11 +44,9 @@ namespace comphelper
}
typedef std::unordered_map < OUString,
- ::comphelper::PropertyInfo const *,
- OUStringHash > PropertyInfoHash;
+ ::comphelper::PropertyInfo const * > PropertyInfoHash;
typedef std::unordered_map < OUString,
- ::comphelper::PropertyData*,
- OUStringHash > PropertyDataHash;
+ ::comphelper::PropertyData* > PropertyDataHash;
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */