summaryrefslogtreecommitdiffstats
path: root/basic/source/inc/stdobj.hxx
diff options
context:
space:
mode:
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;