CID#707638 uninitialized members
Change-Id: Ic0757e544e42f7ca07cddec379d2d647822d9923
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user