summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtww8.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-02-04 10:50:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-02-04 12:55:21 +0100
commit4d307299bc7aada87d13810f12b9868045d15743 (patch)
treea9c5acf9ceaff1813f07d6cbf51134323157e1c8 /sw/source/filter/ww8/wrtww8.hxx
parent02c5a61944a212ecc4573001a2fb853339448b03 (diff)
std::set<T*> -> o3tl::sorted_vector in sw/
Change-Id: I7b8e221b9e76f98efdbed9ee1c83e32379fde73f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87951 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/wrtww8.hxx')
-rw-r--r--sw/source/filter/ww8/wrtww8.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index 248f3c238148..5dfd181f2135 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -1265,7 +1265,7 @@ class WW8_WrPlcAnnotations : public WW8_WrPlcSubDoc // double Plc for Postits
private:
WW8_WrPlcAnnotations(const WW8_WrPlcAnnotations&) = delete;
WW8_WrPlcAnnotations& operator=(WW8_WrPlcAnnotations const &) = delete;
- std::set<const SwRedlineData*> maProcessedRedlines;
+ o3tl::sorted_vector<const SwRedlineData*> maProcessedRedlines;
std::map<const OUString, std::pair<WW8_CP, bool>> m_aRangeStartPositions;
public: