summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-28 15:47:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-05 07:28:56 +0100
commitf72b5d4b9af50e2a85ad39eef40f0463f17b7d68 (patch)
tree0963ea487181ac0544ab1f328cb852f33a711b41 /include/filter
parentcab19696ce0a441e83ff1012de014265a6d4c471 (diff)
loplugin:useuniqueptr in SdrEscherImport
Change-Id: Id37c4cb7a8eb88b2f83ed0bfb4b72fe38a128096 Reviewed-on: https://gerrit.libreoffice.org/50694 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/svdfppt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 3c18ec37f607..83b06d928e20 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -460,9 +460,9 @@ protected:
PptDocumentAtom aDocAtom;
DffRecordManager aDocRecManager; // contains all first level container and atoms of the document container
- ::std::vector< PPTOleEntry* > aOleObjectList;
+ ::std::vector< PPTOleEntry > aOleObjectList;
- PptFontCollection* m_pFonts;
+ std::unique_ptr<PptFontCollection> m_pFonts;
sal_uInt32 nStreamLen;