[Libreoffice-commits] core.git: basic/source
Arnaud Versini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 3 09:31:24 UTC 2020
basic/source/classes/sbintern.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit e3d623ada3d585408d200416bae3878a6cb58a74
Author: Arnaud Versini <arnaud.versini at libreoffice.org>
AuthorDate: Sat Aug 1 16:20:09 2020 +0200
Commit: Michael Stahl <michael.stahl at cib.de>
CommitDate: Mon Aug 3 11:30:43 2020 +0200
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 at cib.de>
diff --git a/basic/source/classes/sbintern.cxx b/basic/source/classes/sbintern.cxx
index 91c1c2a772ad..c1366801d3be 100644
--- a/basic/source/classes/sbintern.cxx
+++ b/basic/source/classes/sbintern.cxx
@@ -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;
More information about the Libreoffice-commits
mailing list