summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/ContentProperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav/ContentProperties.hxx')
-rw-r--r--ucb/source/ucp/webdav/ContentProperties.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/ucb/source/ucp/webdav/ContentProperties.hxx b/ucb/source/ucp/webdav/ContentProperties.hxx
index c76dcf5d2cd4..cd0f769b9c55 100644
--- a/ucb/source/ucp/webdav/ContentProperties.hxx
+++ b/ucb/source/ucp/webdav/ContentProperties.hxx
@@ -58,13 +58,7 @@ public:
};
-typedef std::unordered_map
-<
- OUString,
- PropertyValue,
- OUStringHash
->
-PropertyValueMap;
+typedef std::unordered_map< OUString, PropertyValue > PropertyValueMap;
class ContentProperties
{