summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfribsection.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-01 10:43:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-05 07:32:23 +0100
commitc801400c476edf719a05a98f96c0559837023dbc (patch)
tree2b57dbdaa69abbdd015d004e65aca79f6fd6268e /lotuswordpro/source/filter/lwpfribsection.hxx
parentloplugin:useuniqueptr in LwpLayoutColumns (diff)
downloadcore-c801400c476edf719a05a98f96c0559837023dbc.tar.gz
core-c801400c476edf719a05a98f96c0559837023dbc.zip
loplugin:useuniqueptr in LwpFribSection
Change-Id: I128a2ef532a72b47cd2bedd1ee80f47d892cc527 Reviewed-on: https://gerrit.libreoffice.org/50727 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribsection.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribsection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfribsection.hxx b/lotuswordpro/source/filter/lwpfribsection.hxx
index ce4ac2531e88..58e8c91a3e5f 100644
--- a/lotuswordpro/source/filter/lwpfribsection.hxx
+++ b/lotuswordpro/source/filter/lwpfribsection.hxx
@@ -118,7 +118,7 @@ private:
private:
LwpObjectID m_Section;
- LwpMasterPage* m_pMasterPage;
+ std::unique_ptr<LwpMasterPage> m_pMasterPage;
};
#endif