diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-20 15:48:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-21 08:27:25 +0200 |
commit | 7042d52b0789c8311f8f007862aa80dba54e72f1 (patch) | |
tree | 5f0bc69d8788f31eb281c0e2fa3edb5b960d6cc9 /cui/source/inc | |
parent | c253fc8e8076f6528ff4b2c3d70de79a385e1c81 (diff) |
loplugin:useuniqueptr in SvxLinguTabPage
Change-Id: I98e683bd23e854507c37e4d88a42a4c249bf5c44
Reviewed-on: https://gerrit.libreoffice.org/56195
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/optlingu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/optlingu.hxx b/cui/source/inc/optlingu.hxx index 04ca33441cde..25a8d47646d2 100644 --- a/cui/source/inc/optlingu.hxx +++ b/cui/source/inc/optlingu.hxx @@ -129,7 +129,7 @@ private: std::unique_ptr<SvLBoxButtonData> m_xCheckButtonData; - SvxLinguData_Impl* pLinguData; + std::unique_ptr<SvxLinguData_Impl> pLinguData; SvxLinguTabPage( vcl::Window* pParent, const SfxItemSet& rCoreSet ); SvTreeListEntry* CreateEntry(OUString& rTxt, sal_uInt16 nCol); |