summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-31 10:57:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-06-04 08:40:27 +0200
commit4f2d47bb9a0a66ed37b5364fbdf4cfe902864c5a (patch)
treec6976086fe0f21027ffcbd74e73a6b7f3e7bf409 /include
parent3a83f9726044dac1e1f211ab1c5a33d8fe4cbc0b (diff)
loplugin:useuniqueptr in RectCtl
Change-Id: I8d0e4decdd607479e9cc9491d6dae769622a6c26 Reviewed-on: https://gerrit.libreoffice.org/55230 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/dlgctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index 55bf1848755c..4712937ff4ec 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -165,7 +165,7 @@ protected:
Point aPtLB, aPtMB, aPtRB;
Point aPtNew;
RectPoint eRP, eDefRP;
- BitmapEx* pBitmap;
+ std::unique_ptr<BitmapEx> pBitmap;
CTL_STATE m_nState;
bool mbCompleteDisable : 1;