summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-28 15:53:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-05 10:16:34 +0100
commit3f1b05d32a5551f07a1f5ebdfba909661bd8c322 (patch)
treef82a2b5fef08c19404e6834334256a8d58297825 /include/filter
parentae994e23a7807470be8154a7d7fb0a7fb84ebb89 (diff)
loplugin:useuniqueptr in PPTTextSpecInfoAtomInterpreter
Change-Id: I42e0fdb53b5a7504f2ac7fcf5d227a9c7378a6ca Reviewed-on: https://gerrit.libreoffice.org/50696 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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 233bb6387b41..6dda302f4691 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -674,7 +674,7 @@ struct PPTTextSpecInfo
struct PPTTextSpecInfoAtomInterpreter
{
bool bValid;
- ::std::vector< PPTTextSpecInfo* > aList;
+ ::std::vector< PPTTextSpecInfo > aList;
PPTTextSpecInfoAtomInterpreter();
~PPTTextSpecInfoAtomInterpreter();