summaryrefslogtreecommitdiff
path: root/toolkit/source/layout/core/root.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/layout/core/root.hxx')
-rw-r--r--toolkit/source/layout/core/root.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/layout/core/root.hxx b/toolkit/source/layout/core/root.hxx
index 601536bdacba..8254f1b46b38 100644
--- a/toolkit/source/layout/core/root.hxx
+++ b/toolkit/source/layout/core/root.hxx
@@ -30,7 +30,7 @@
#define LAYOUT_CORE_ROOT_HXX
#define _BACKWARD_BACKWARD_WARNING_H 1
-#include <hash_map>
+#include <boost/unordered_map.hpp>
#include <com/sun/star/awt/XLayoutRoot.hpp>
#include <com/sun/star/awt/XToolkit.hpp>
@@ -73,7 +73,7 @@ class TOOLKIT_DLLPUBLIC LayoutRoot : public ::cppu::WeakImplHelper3<
protected:
::osl::Mutex maMutex;
- typedef std::hash_map< rtl::OUString,
+ typedef boost::unordered_map< rtl::OUString,
css::uno::Reference< css::awt::XLayoutConstrains >,
::rtl::OUStringHash > ItemHash;
ItemHash maItems;