summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/layouter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/layouter.hxx')
-rw-r--r--sw/source/core/inc/layouter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/layouter.hxx b/sw/source/core/inc/layouter.hxx
index c961bd8a72fa..0287c3b8ad22 100644
--- a/sw/source/core/inc/layouter.hxx
+++ b/sw/source/core/inc/layouter.hxx
@@ -20,6 +20,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_LAYOUTER_HXX
#include "swtypes.hxx"
+#include <unordered_map>
class SwEndnoter;
class SwDoc;
@@ -33,7 +34,6 @@ class SwTxtFrm;
class SwRowFrm;
class SwObjsMarkedAsTmpConsiderWrapInfluence;
class SwAnchoredObject;
-#include <boost/unordered_map.hpp>
class SwFlowFrm;
class SwLayoutFrm;
@@ -89,7 +89,7 @@ private:
p_key1.mnFreeSpaceInNewUpper == p_key2.mnFreeSpaceInNewUpper;
}
};
- boost::unordered_map< const tMoveBwdLayoutInfoKey, sal_uInt16,
+ std::unordered_map< const tMoveBwdLayoutInfoKey, sal_uInt16,
fMoveBwdLayoutInfoKeyHash,
fMoveBwdLayoutInfoKeyEq > maMoveBwdLayoutInfo;
public: