summaryrefslogtreecommitdiff
path: root/framework/inc/xml/statusbardocumenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/statusbardocumenthandler.hxx')
-rw-r--r--framework/inc/xml/statusbardocumenthandler.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/inc/xml/statusbardocumenthandler.hxx b/framework/inc/xml/statusbardocumenthandler.hxx
index 8242874e1728..dfe8ef9c9a6b 100644
--- a/framework/inc/xml/statusbardocumenthandler.hxx
+++ b/framework/inc/xml/statusbardocumenthandler.hxx
@@ -27,7 +27,7 @@
#include <rtl/ustring.hxx>
#include <cppuhelper/implbase1.hxx>
-#include <boost/unordered_map.hpp>
+#include <unordered_map>
#include <stdtypes.h>
#include <framework/fwedllapi.h>
@@ -104,10 +104,10 @@ class FWE_DLLPUBLIC OReadStatusBarDocumentHandler :
private:
OUString getErrorLineString();
- class StatusBarHashMap : public ::boost::unordered_map< OUString ,
- StatusBar_XML_Entry ,
- OUStringHash,
- ::std::equal_to< OUString > >
+ class StatusBarHashMap : public std::unordered_map<OUString ,
+ StatusBar_XML_Entry ,
+ OUStringHash,
+ std::equal_to< OUString > >
{
public:
inline void free()