summaryrefslogtreecommitdiff
path: root/remotebridges/source/factory/bridgefactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'remotebridges/source/factory/bridgefactory.cxx')
-rw-r--r--remotebridges/source/factory/bridgefactory.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/remotebridges/source/factory/bridgefactory.cxx b/remotebridges/source/factory/bridgefactory.cxx
index 0e3726f3eae5..b6ef55d18a1c 100644
--- a/remotebridges/source/factory/bridgefactory.cxx
+++ b/remotebridges/source/factory/bridgefactory.cxx
@@ -25,7 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#include <hash_map>
+#include <boost/unordered_map.hpp>
#include <rtl/alloc.h>
@@ -84,7 +84,7 @@ namespace remotebridges_factory
}
};
- typedef ::std::hash_map
+ typedef ::boost::unordered_map
<
OUString,
WeakReference< XBridge >,
@@ -93,7 +93,7 @@ namespace remotebridges_factory
> BridgeHashMap;
- typedef ::std::hash_map
+ typedef ::boost::unordered_map
<
OUString,
OUString,