summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/prltempl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-25 17:10:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-06-27 11:14:12 +0200
commitadd887972d9ad5e37a69196581e833a51566b9be (patch)
tree4c7353ab3ef797bedbe66bd32415ce227c6fa09d /sd/source/ui/inc/prltempl.hxx
parent47e334edd0ff061a7ec91b93fe6fa2a4cc4664ce (diff)
loplugin:useuniqueptr in OutlineBulletDlg and SdPresLayoutTemplateDlg
Change-Id: I4bd0a9dd7be5b6ad7c1307f73c89ab0ee915ce9f Reviewed-on: https://gerrit.libreoffice.org/56495 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc/prltempl.hxx')
-rw-r--r--sd/source/ui/inc/prltempl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/prltempl.hxx b/sd/source/ui/inc/prltempl.hxx
index 272f33334df2..1f2c03eb7ffc 100644
--- a/sd/source/ui/inc/prltempl.hxx
+++ b/sd/source/ui/inc/prltempl.hxx
@@ -60,7 +60,7 @@ private:
// for mapping with the new SvxNumBulletItem
SfxItemSet aInputSet;
- SfxItemSet* pOutSet;
+ std::unique_ptr<SfxItemSet> pOutSet;
const SfxItemSet* pOrgSet;
sal_uInt16 GetOutlineLevel() const;