summaryrefslogtreecommitdiff
path: root/cui/source/inc/iconcdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-14 10:02:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-15 08:41:46 +0200
commitaad3b3b067987390b356a6901b85e0bfab46fab8 (patch)
tree284f601b50233911b5f291d84565115544412218 /cui/source/inc/iconcdlg.hxx
parent13ec3a1d80df070fff0227b089c4e9d29d7f06cc (diff)
loplugin:useuniqueptr in IconChoiceDialog
Change-Id: I3c39782cdbb332627e33ecb85c8d447a40ea0fea Reviewed-on: https://gerrit.libreoffice.org/59026 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/iconcdlg.hxx')
-rw-r--r--cui/source/inc/iconcdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx
index d72edc06b5a0..7f13cbfe40e1 100644
--- a/cui/source/inc/iconcdlg.hxx
+++ b/cui/source/inc/iconcdlg.hxx
@@ -96,7 +96,7 @@ class IconChoiceDialog : public SfxModalDialog
private:
friend class IconChoicePage;
- std::vector< IconChoicePageData* > maPageList;
+ std::vector< std::unique_ptr<IconChoicePageData> > maPageList;
VclPtr<SvtIconChoiceCtrl> m_pIconCtrl;