Kaydet (Commit) bf3421c5 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:useuniqueptr in SwCaptionOptPage

Change-Id: I6e3391be26e6442ab13cc3d6d9da6e6909d68707
Reviewed-on: https://gerrit.libreoffice.org/58228
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst cecb480b
......@@ -562,7 +562,7 @@ SwCaptionOptPage::~SwCaptionOptPage()
void SwCaptionOptPage::dispose()
{
DelUserData();
delete pMgr;
pMgr.reset();
m_pCheckLB.clear();
m_pLbCaptionOrder.clear();
m_pPreview.clear();
......
......@@ -180,7 +180,7 @@ private:
OUString m_sNone;
SwFieldMgr* pMgr;
std::unique_ptr<SwFieldMgr> pMgr;
bool bHTMLMode;
TextFilterAutoConvert m_aTextFilter;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment