Kaydet (Commit) 78955632 authored tarafından Fridrich Strba's avatar Fridrich Strba Kaydeden (comit) Fridrich Štrba

move module cppuhelper to boost unordered containers

üst 4724f82b
......@@ -38,7 +38,7 @@
#endif
#include <vector>
#include <hash_map>
#include <boost/unordered_map.hpp>
#ifdef CONTEXT_DIAG
#include <map>
#endif
......@@ -64,7 +64,6 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include "com/sun/star/uno/RuntimeException.hpp"
#include <hash_map>
#include <memory>
#define SMGR_SINGLETON "/singletons/com.sun.star.lang.theServiceManager"
......@@ -363,7 +362,7 @@ protected:
, lateInit( lateInit_ )
{}
};
typedef ::std::hash_map< OUString, ContextEntry * , OUStringHash > t_map;
typedef ::boost::unordered_map< OUString, ContextEntry * , OUStringHash > t_map;
t_map m_map;
Reference< lang::XMultiComponentFactory > m_xSMgr;
......
......@@ -36,7 +36,7 @@
#include <osl/diagnose.h>
#include <osl/mutex.hxx>
#include <hash_map>
#include <boost/unordered_map.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment