summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/MarkManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/MarkManager.hxx')
-rw-r--r--sw/source/core/inc/MarkManager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/MarkManager.hxx b/sw/source/core/inc/MarkManager.hxx
index 52fea0a07d91..4e820b5efbc4 100644
--- a/sw/source/core/inc/MarkManager.hxx
+++ b/sw/source/core/inc/MarkManager.hxx
@@ -22,8 +22,8 @@
#include <IMark.hxx>
#include <IDocumentMarkAccess.hxx>
-#include <boost/unordered_set.hpp>
-#include <boost/unordered_map.hpp>
+#include <unordered_set>
+#include <unordered_map>
namespace sw {
namespace mark {
@@ -109,7 +109,7 @@ namespace sw {
// additional container for fieldmarks
container_t m_vFieldmarks;
- boost::unordered_set<OUString, OUStringHash> m_aMarkNamesSet;
+ std::unordered_set<OUString, OUStringHash> m_aMarkNamesSet;
// container for annotation marks
container_t m_vAnnotationMarks;