diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-11 15:19:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-20 11:05:51 +0200 |
commit | d79b0d8648067055616de6f8913e5dbbac5311f4 (patch) | |
tree | 0851b6794bf7affa9084001d7baaf441b04c624a /cui/source/inc | |
parent | 8cc60b05c688e0edc03a63da0afd85f1e853bbc3 (diff) |
loplugin:useuniqueptr in AlignmentTabPage
Change-Id: I78dc902ae41eb8d8423c83a4ec32a4ca932bbc5e
Reviewed-on: https://gerrit.libreoffice.org/56103
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/align.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/align.hxx b/cui/source/inc/align.hxx index 6edfd8b8ba44..df2094afe684 100644 --- a/cui/source/inc/align.hxx +++ b/cui/source/inc/align.hxx @@ -93,7 +93,7 @@ private: VclPtr<ValueSet> m_pVsRefEdge; VclPtr<TriStateBox> m_pCbStacked; VclPtr<TriStateBox> m_pCbAsianMode; - OrientationHelper* m_pOrientHlp; + std::unique_ptr<OrientationHelper> m_pOrientHlp; VclPtr<VclHBox> m_pBoxDirection; VclPtr<TriStateBox> m_pBtnWrap; |