summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-28 15:56:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-05 07:29:06 +0100
commit9110118117d45a6cff1c50f3bd3087f97206ff51 (patch)
treeea16b4a25d26d81ecd049f1209b40e579330263d /include/filter
parentf72b5d4b9af50e2a85ad39eef40f0463f17b7d68 (diff)
loplugin:useuniqueptr in PPTExtParaProv
Change-Id: I8013b0b6c75eca6426389a3d5ac8e4d7bf31ef4d Reviewed-on: https://gerrit.libreoffice.org/50697 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 83b06d928e20..233bb6387b41 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -720,7 +720,7 @@ struct PPTBuGraEntry
class PPTExtParaProv
{
- ::std::vector< PPTBuGraEntry* > aBuGraList;
+ ::std::vector< std::unique_ptr<PPTBuGraEntry> > aBuGraList;
public:
bool bStyles;