diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/sbintern.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/basic/source/classes/sbintern.cxx b/basic/source/classes/sbintern.cxx index 6b3fa495f47e..4e2c72d28e8b 100644 --- a/basic/source/classes/sbintern.cxx +++ b/basic/source/classes/sbintern.cxx @@ -37,11 +37,13 @@ SbiGlobals* GetSbData() SbiGlobals::SbiGlobals() { pInst = NULL; - pMod = NULL; pSbFac= NULL; pUnoFac = NULL; pTypeFac = NULL; + pClassFac = NULL; pOLEFac = NULL; + pFormFac = NULL; + pMod = NULL; pCompMod = NULL; // JSM nInst = 0; nCode = 0; |