summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-20 11:22:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-21 12:10:29 +0200
commit34b1a8c2c75f32f0c352acb4f1fd9fd3c2ff00cb (patch)
treed1fd098ade534cf18ee99333dcf162e67b0cbca0 /include/filter
parent7469e078dc3a7a891bd7f5c44a693e4421d3bcdd (diff)
loplugin:useuniqueptr in PPTNumberFormatCreator
Change-Id: I6c2e155834d3c75807bee12b1ab03d575b6a8413 Reviewed-on: https://gerrit.libreoffice.org/59355 Tested-by: Jenkins 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 6fba3b703a6b..143a1d51b5f0 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -825,7 +825,7 @@ class PPTNumberFormatCreator
protected:
- PPTNumberFormatCreator( PPTExtParaProv* );
+ PPTNumberFormatCreator( std::unique_ptr<PPTExtParaProv> );
~PPTNumberFormatCreator();
public: