summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwppara.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwppara.cxx')
-rw-r--r--lotuswordpro/source/filter/lwppara.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwppara.cxx b/lotuswordpro/source/filter/lwppara.cxx
index 5b92281b0560..b60f34354141 100644
--- a/lotuswordpro/source/filter/lwppara.cxx
+++ b/lotuswordpro/source/filter/lwppara.cxx
@@ -96,7 +96,7 @@
#include <lwpdropcapmgr.hxx>
#include "lwptable.hxx"
#include <memory>
-#include <set>
+#include <o3tl/sorted_vector.hxx>
LwpPara::LwpPara(LwpObjectHeader const & objHdr, LwpSvStream* pStrm)
: LwpDLVList(objHdr, pStrm)
@@ -511,7 +511,7 @@ void LwpPara::RegisterStyle()
}
bool bHeading = pNumbering->IsHeading();
- std::set<LwpPara*> aSeen;
+ o3tl::sorted_vector<LwpPara*> aSeen;
while(true)
{
aSeen.insert(pPara);