diff --git a/sw/source/core/txtnode/modeltoviewhelper.cxx b/sw/source/core/txtnode/modeltoviewhelper.cxx index b0ba367faa25..7a6d936b31d5 100644 --- a/sw/source/core/txtnode/modeltoviewhelper.cxx +++ b/sw/source/core/txtnode/modeltoviewhelper.cxx @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include namespace { @@ -64,7 +64,7 @@ struct block sal_Int32 m_nStart; sal_Int32 m_nLen; bool m_bVisible; - std::set m_aAttrs; + o3tl::sorted_vector m_aAttrs; block(sal_Int32 nStart, sal_Int32 nLen, bool bVisible) : m_nStart(nStart), m_nLen(nLen), m_bVisible(bVisible) {