summaryrefslogtreecommitdiff
path: root/unotools/source/config/cmdoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/cmdoptions.cxx')
-rw-r--r--unotools/source/config/cmdoptions.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/cmdoptions.cxx b/unotools/source/config/cmdoptions.cxx
index 76527d86def5..d343e9ffa347 100644
--- a/unotools/source/config/cmdoptions.cxx
+++ b/unotools/source/config/cmdoptions.cxx
@@ -31,7 +31,7 @@
#include "itemholder1.hxx"
#include <algorithm>
-#include <boost/unordered_map.hpp>
+#include <unordered_map>
using namespace ::std;
using namespace ::utl;
@@ -76,7 +76,7 @@ class SvtCmdOptions
}
private:
- typedef boost::unordered_map<OUString, sal_Int32, OUStringHash>
+ typedef std::unordered_map<OUString, sal_Int32, OUStringHash>
CommandHashMap;
CommandHashMap m_aCommandHashMap;