summaryrefslogtreecommitdiff
path: root/framework/inc/uifactory/configurationaccessfactorymanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uifactory/configurationaccessfactorymanager.hxx')
-rw-r--r--framework/inc/uifactory/configurationaccessfactorymanager.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/inc/uifactory/configurationaccessfactorymanager.hxx b/framework/inc/uifactory/configurationaccessfactorymanager.hxx
index 365a44359980..26349235e8ec 100644
--- a/framework/inc/uifactory/configurationaccessfactorymanager.hxx
+++ b/framework/inc/uifactory/configurationaccessfactorymanager.hxx
@@ -31,7 +31,7 @@
#include <cppuhelper/implbase1.hxx>
#include <rtl/ustring.hxx>
-#include <boost/unordered_map.hpp>
+#include <unordered_map>
namespace framework {
@@ -57,10 +57,10 @@ namespace framework {
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- class FactoryManagerMap : public boost::unordered_map< OUString,
- OUString,
- OUStringHash,
- ::std::equal_to< OUString > >
+ class FactoryManagerMap : public std::unordered_map<OUString,
+ OUString,
+ OUStringHash,
+ std::equal_to< OUString > >
{
inline void free()
{