summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/envlop.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-26 15:15:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-30 08:19:33 +0200
commit7fc64583c82f1ca545140fbde903a5cb19a97a06 (patch)
treea0eb4aef9d0e17fd9d213a099914260ed41908a3 /sw/source/uibase/inc/envlop.hxx
parent2d8634d236a1bc528ae5a3838556ff1b51e9deb7 (diff)
loplugin:useuniqueptr in SwEnvDlg
Change-Id: Ie907974dcdeb6f7f30801fc502d919afdab734f3 Reviewed-on: https://gerrit.libreoffice.org/58230 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/envlop.hxx')
-rw-r--r--sw/source/uibase/inc/envlop.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/envlop.hxx b/sw/source/uibase/inc/envlop.hxx
index 89ba397ed987..22a34fb997fa 100644
--- a/sw/source/uibase/inc/envlop.hxx
+++ b/sw/source/uibase/inc/envlop.hxx
@@ -73,8 +73,8 @@ friend class SwEnvPreview;
SwEnvItem aEnvItem;
SwWrtShell *pSh;
VclPtr<Printer> pPrinter;
- SfxItemSet *pAddresseeSet;
- SfxItemSet *pSenderSet;
+ std::unique_ptr<SfxItemSet> pAddresseeSet;
+ std::unique_ptr<SfxItemSet> pSenderSet;
std::unique_ptr<weld::Button> m_xModify;