summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-16 11:44:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-17 08:23:36 +0200
commitc751fd0ebd6724fe2b8ee9f308841cabbb002391 (patch)
tree20d8475a2ff8278973fb69c490029835d18887db /sw/source/filter/ww8/ww8par.hxx
parenta0f996703ec37c1403eeda27144bebfa1986aea5 (diff)
loplugin:useuniqueptr in WW8ListManager
Change-Id: Ibd6486889797a4e660c63377a1fd3d577747aec0 Reviewed-on: https://gerrit.libreoffice.org/59229 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/ww8par.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index ccab8afb730a..64c49ba6c5a1 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -162,7 +162,7 @@ private:
SwDoc& rDoc;
const WW8Fib& rFib;
SvStream& rSt;
- std::vector<WW8LSTInfo* > maLSTInfos;
+ std::vector<std::unique_ptr<WW8LSTInfo>> maLSTInfos;
std::vector<std::unique_ptr<WW8LFOInfo>> m_LFOInfos;// D. from PLF LFO, sorted exactly like in the WW8 Stream
sal_uInt16 nUniqueList; // current number for creating unique list names
SprmResult GrpprlHasSprm(sal_uInt16 nId, sal_uInt8& rSprms, sal_uInt8 nLen);