BASIC : no need to initialize manually std::unique_ptr

Change-Id: I7e4780d41dd43383820cc3ae4ce5cfba24a53b7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99942
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
This commit is contained in:
Arnaud Versini
2020-08-01 16:20:09 +02:00
committed by Michael Stahl
parent 8806734121
commit e3d623ada3

View File

@@ -33,10 +33,6 @@ SbiGlobals* GetSbData()
SbiGlobals::SbiGlobals()
{
pInst = nullptr;
pTypeFac = nullptr;
pClassFac = nullptr;
pOLEFac = nullptr;
pFormFac = nullptr;
pMod = nullptr;
pCompMod = nullptr; // JSM
nInst = 0;