diff options
Diffstat (limited to 'ucb/source/ucp/webdav-neon')
-rw-r--r-- | ucb/source/ucp/webdav-neon/ContentProperties.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ucb/source/ucp/webdav-neon/ContentProperties.hxx b/ucb/source/ucp/webdav-neon/ContentProperties.hxx index ffab2655bbbd..0606d94b6d24 100644 --- a/ucb/source/ucp/webdav-neon/ContentProperties.hxx +++ b/ucb/source/ucp/webdav-neon/ContentProperties.hxx @@ -67,13 +67,7 @@ public: }; -typedef std::unordered_map -< - OUString, - PropertyValue, - OUStringHash -> -PropertyValueMap; +typedef std::unordered_map< OUString, PropertyValue> PropertyValueMap; class ContentProperties { |