summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/webdav-neon/PropertyMap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/PropertyMap.hxx')
-rw-r--r--ucb/source/ucp/webdav-neon/PropertyMap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav-neon/PropertyMap.hxx b/ucb/source/ucp/webdav-neon/PropertyMap.hxx
index fbe70dd4da96..2cd84ced131f 100644
--- a/ucb/source/ucp/webdav-neon/PropertyMap.hxx
+++ b/ucb/source/ucp/webdav-neon/PropertyMap.hxx
@@ -30,8 +30,8 @@
#define INCLUDED_UCB_SOURCE_UCP_WEBDAV_NEON_PROPERTYMAP_HXX
#include <config_lgpl.h>
-#include <boost/unordered_set.hpp>
#include <com/sun/star/beans/Property.hpp>
+#include <unordered_set>
namespace webdav_ucp {
@@ -54,7 +54,7 @@ struct hashPropertyName
}
};
-typedef boost::unordered_set
+typedef std::unordered_set
<
::com::sun::star::beans::Property,
hashPropertyName,