summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/ContentProperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/ContentProperties.hxx')
-rw-r--r--ucb/source/ucp/webdav-neon/ContentProperties.hxx19
1 files changed, 1 insertions, 18 deletions
diff --git a/ucb/source/ucp/webdav-neon/ContentProperties.hxx b/ucb/source/ucp/webdav-neon/ContentProperties.hxx
index 73c228c7854a..07feceeae0ef 100644
--- a/ucb/source/ucp/webdav-neon/ContentProperties.hxx
+++ b/ucb/source/ucp/webdav-neon/ContentProperties.hxx
@@ -48,22 +48,6 @@ struct DAVResource;
-struct equalString
-{
- bool operator()( const OUString& s1, const OUString& s2 ) const
- {
- return !!( s1 == s2 );
- }
-};
-
-struct hashString
-{
- size_t operator()( const OUString & rName ) const
- {
- return rName.hashCode();
- }
-};
-
// PropertyValueMap.
@@ -94,8 +78,7 @@ typedef boost::unordered_map
<
OUString,
PropertyValue,
- hashString,
- equalString
+ OUStringHash
>
PropertyValueMap;