summaryrefslogtreecommitdiff
path: root/framework/inc/uifactory/uielementfactorymanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uifactory/uielementfactorymanager.hxx')
-rw-r--r--framework/inc/uifactory/uielementfactorymanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uifactory/uielementfactorymanager.hxx b/framework/inc/uifactory/uielementfactorymanager.hxx
index 6be5da8fcb97..8c7d1a02f436 100644
--- a/framework/inc/uifactory/uielementfactorymanager.hxx
+++ b/framework/inc/uifactory/uielementfactorymanager.hxx
@@ -91,7 +91,7 @@ namespace framework
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException);
private:
- class FactoryManagerMap : public std::hash_map< rtl::OUString,
+ class FactoryManagerMap : public boost::unordered_map< rtl::OUString,
rtl::OUString,
OUStringHashCode,
::std::equal_to< ::rtl::OUString > >