summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-05 15:43:58 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-05 15:43:58 +0100
commit96fede799aa3996cd4a32efad4f07054daa1ea90 (patch)
treebe950bb2f80010babef5dc95930e5a3863a710c1 /ucb/source/ucp/webdav
parentf96236023ab17b6ecb055627efeb2a52c7e48516 (diff)
some more unordered containers
Diffstat (limited to 'ucb/source/ucp/webdav')
-rw-r--r--ucb/source/ucp/webdav/PropertyMap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/PropertyMap.hxx b/ucb/source/ucp/webdav/PropertyMap.hxx
index 5d3f067c52ca..ca1cb03d8968 100644
--- a/ucb/source/ucp/webdav/PropertyMap.hxx
+++ b/ucb/source/ucp/webdav/PropertyMap.hxx
@@ -29,7 +29,7 @@
#ifndef _WEBDAV_UCP_PROPERTYMAP_HXX
#define _WEBDAV_UCP_PROPERTYMAP_HXX
-#include <hash_set>
+#include <boost/unordered_set.hpp>
#include <com/sun/star/beans/Property.hpp>
namespace webdav_ucp {
@@ -53,7 +53,7 @@ struct hashPropertyName
}
};
-typedef std::hash_set
+typedef boost::unordered_set
<
::com::sun::star::beans::Property,
hashPropertyName,