summaryrefslogtreecommitdiffstats
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.hxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/ucb/source/ucp/webdav-neon/ContentProperties.hxx b/ucb/source/ucp/webdav-neon/ContentProperties.hxx
index 0a3cf70ee70c..a805c611ce5d 100644
--- a/ucb/source/ucp/webdav-neon/ContentProperties.hxx
+++ b/ucb/source/ucp/webdav-neon/ContentProperties.hxx
@@ -31,8 +31,8 @@
#include <config_lgpl.h>
#include <memory>
+#include <unordered_map>
#include <vector>
-#include <boost/unordered_map.hpp>
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
@@ -46,14 +46,7 @@ namespace webdav_ucp
struct DAVResource;
-
-
-
-
// PropertyValueMap.
-
-
-
class PropertyValue
{
private:
@@ -74,7 +67,7 @@ public:
};
-typedef boost::unordered_map
+typedef std::unordered_map
<
OUString,
PropertyValue,