CID#707638 uninitialized members

Change-Id: Ic0757e544e42f7ca07cddec379d2d647822d9923
This commit is contained in:
Caolán McNamara
2013-10-06 16:55:56 +01:00
parent 676b3abe1a
commit dbd73b7097

View File

@@ -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;