summaryrefslogtreecommitdiff
path: root/cui/source/inc/macropg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-20 15:44:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-06-21 08:27:00 +0200
commit655e6386a4805c33492478e0c4dfe2f291f8a273 (patch)
tree77743fb575bbff6278702206b98d66ec54e38738 /cui/source/inc/macropg.hxx
parent6e6059599c70d8cba88afa0f3d9a43bea42ea4e1 (diff)
loplugin:useuniqueptr in SvxMacroTabPage_
Change-Id: I1720d624efee71611e8c2f7dab2aed22a0ecee10 Reviewed-on: https://gerrit.libreoffice.org/56192 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/macropg.hxx')
-rw-r--r--cui/source/inc/macropg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx
index 040fcc7838d2..1144dc3d1898 100644
--- a/cui/source/inc/macropg.hxx
+++ b/cui/source/inc/macropg.hxx
@@ -65,7 +65,7 @@ class SvxMacroTabPage_ : public SfxTabPage
css::uno::Reference< css::container::XNameReplace > m_xAppEvents;
protected:
- SvxMacroTabPage_Impl* mpImpl;
+ std::unique_ptr<SvxMacroTabPage_Impl> mpImpl;
css::uno::Reference< css::container::XNameReplace > m_xDocEvents;
css::uno::Reference< css::util::XModifiable > m_xModifiable;
EventsHash m_appEventsHash;