From 549efd7f82d9da621294d496e43420c95e9bf500 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 11 Jan 2017 12:51:11 +0200 Subject: new loplugin: useuniqueptr: lotuswordpro Change-Id: I1f9569cb5ca05faf12663b3df8508d10a8cd75e6 Reviewed-on: https://gerrit.libreoffice.org/32957 Tested-by: Jenkins Reviewed-by: Noel Grandin --- lotuswordpro/source/filter/lwpsilverbullet.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lotuswordpro/source/filter/lwpsilverbullet.hxx') diff --git a/lotuswordpro/source/filter/lwpsilverbullet.hxx b/lotuswordpro/source/filter/lwpsilverbullet.hxx index 89ea7348b0d1..03dc2e55af07 100644 --- a/lotuswordpro/source/filter/lwpsilverbullet.hxx +++ b/lotuswordpro/source/filter/lwpsilverbullet.hxx @@ -132,7 +132,7 @@ private: LwpObjectID m_aStory; sal_uInt8 m_pResetPositionFlags[MAXNUMBERPOSITIONS]; sal_uInt32 m_nUseCount; - LwpAtomHolder* m_pAtomHolder; + std::unique_ptr m_pAtomHolder; rtl::Reference m_xBulletPara; OUString m_strStyleName; -- cgit