summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-10-27 08:09:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-07 13:18:25 +0100
commitb461c3cb76a7a1f5ad6f8205c1f5203b587ffb9c (patch)
tree146167cee203a9c7ba4869fda94a642879f0fd29 /sw/inc/ndtxt.hxx
parentefca0ebee5a5d80a309487bceb76f7828740e822 (diff)
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r--sw/inc/ndtxt.hxx4
1 files changed, 2 insertions, 2 deletions
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 <sfx2/Metadatable.hxx>
-
+#include <o3tl/sorted_vector.hxx>
#include <memory>
#include <vector>
#include <set>
@@ -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