Kaydet (Commit) dbd73b70 authored tarafından Caolán McNamara's avatar Caolán McNamara

CID#707638 uninitialized members

Change-Id: Ic0757e544e42f7ca07cddec379d2d647822d9923
üst 676b3abe
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment