From b461c3cb76a7a1f5ad6f8205c1f5203b587ffb9c Mon Sep 17 00:00:00 2001 From: Noel Date: Tue, 27 Oct 2020 08:09:45 +0200 Subject: std::set->o3tl::sorted_vector in SwSoftPageBreakList Change-Id: I929b2eb5824580d106b2505ea6b2d0a59248a6f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104856 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/ndtxt.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc/ndtxt.hxx') diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 7786c6ee8fe4..b222b6568ed2 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -30,7 +30,7 @@ #include "modeltoviewhelper.hxx" #include - +#include #include #include #include @@ -74,7 +74,7 @@ namespace com::sun::star { namespace text { class XTextContent; } } -typedef std::set< sal_Int32 > SwSoftPageBreakList; +typedef o3tl::sorted_vector< sal_Int32 > SwSoftPageBreakList; /// SwTextNode is a paragraph in the document model. class SW_DLLPUBLIC SwTextNode -- cgit