diff options
author | Arnaud Versini <arnaud.versini@libreoffice.org> | 2020-08-01 16:20:09 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-08-03 11:30:43 +0200 |
commit | e3d623ada3d585408d200416bae3878a6cb58a74 (patch) | |
tree | 99abfa2ec70574c96066b1d85c70416e3dd0342a /basic/source | |
parent | 880673412143a7db7ea1bf4766040662dfc085dc (diff) |
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>
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/classes/sbintern.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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; |