basic/source/classes/sbintern.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit e3d623ada3d585408d200416bae3878a6cb58a74
Author:     Arnaud Versini <arnaud.vers...@libreoffice.org>
AuthorDate: Sat Aug 1 16:20:09 2020 +0200
Commit:     Michael Stahl <michael.st...@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.st...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to