summaryrefslogtreecommitdiffstats
path: root/basic/source/inc/stdobj.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-01-16 14:51:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-19 08:58:46 +0200
commit000fa4c4952cdc3d63f91a63eb4b3da83e5990ca (patch)
treeccf0952ff2c380ed73efccc0daeb3d406f694768 /basic/source/inc/stdobj.hxx
parentloplugin:useuniqueptr in SbUnoMethod (diff)
downloadcore-000fa4c4952cdc3d63f91a63eb4b3da83e5990ca.tar.gz
core-000fa4c4952cdc3d63f91a63eb4b3da83e5990ca.zip
loplugin:useuniqueptr in SbiStdObject
Change-Id: Ic66d817746de423549c87f58068e47f9942d04fd
Diffstat (limited to 'basic/source/inc/stdobj.hxx')
-rw-r--r--basic/source/inc/stdobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/stdobj.hxx b/basic/source/inc/stdobj.hxx
index 12eb8dc31234..d7bc4c176493 100644
--- a/basic/source/inc/stdobj.hxx
+++ b/basic/source/inc/stdobj.hxx
@@ -27,7 +27,7 @@ class SbStdFactory;
class SbiStdObject : public SbxObject
{
- SbStdFactory* pStdFactory;
+ std::unique_ptr<SbStdFactory> pStdFactory;
virtual ~SbiStdObject() override;
using SbxVariable::GetInfo;