summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/number.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/number.cxx')
-rw-r--r--sw/source/core/doc/number.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/doc/number.cxx b/sw/source/core/doc/number.cxx
index 0667e4684be4..c48ffd7f7486 100644
--- a/sw/source/core/doc/number.cxx
+++ b/sw/source/core/doc/number.cxx
@@ -42,10 +42,10 @@
#include <numrule.hxx>
#include <SwNodeNum.hxx>
-#include <boost/unordered_map.hpp>
-
#include <list.hxx>
+
#include <algorithm>
+#include <unordered_map>
#include <unotools/saveopt.hxx>
@@ -149,7 +149,7 @@ void SwNumRule::RemoveTxtNode( SwTxtNode& rTxtNode )
}
}
-void SwNumRule::SetNumRuleMap(boost::unordered_map<OUString, SwNumRule *, OUStringHash> *
+void SwNumRule::SetNumRuleMap(std::unordered_map<OUString, SwNumRule *, OUStringHash> *
pNumRuleMap)
{
mpNumRuleMap = pNumRuleMap;