summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/DocumentListsManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/DocumentListsManager.hxx')
-rw-r--r--sw/source/core/inc/DocumentListsManager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/DocumentListsManager.hxx b/sw/source/core/inc/DocumentListsManager.hxx
index 37bdfaee68e3..83bfdd41e94a 100644
--- a/sw/source/core/inc/DocumentListsManager.hxx
+++ b/sw/source/core/inc/DocumentListsManager.hxx
@@ -22,7 +22,7 @@
#include <IDocumentListsAccess.hxx>
#include <boost/utility.hpp>
-#include <boost/unordered_map.hpp>
+#include <unordered_map>
class SwList;
class SwDoc;
@@ -56,7 +56,7 @@ class DocumentListsManager : public IDocumentListsAccess,
SwDoc& m_rDoc;
- typedef boost::unordered_map<OUString, SwList*, OUStringHash> tHashMapForLists;
+ typedef std::unordered_map<OUString, SwList*, OUStringHash> tHashMapForLists;
// container to hold the lists of the text document
tHashMapForLists maLists;
// relation between list style and its default list