Reduce scope
Change-Id: I8e62de343021942fd80ed6846bfa5c0b0ee4a347
This commit is contained in:
@@ -205,7 +205,6 @@ RSCINST RscClass::Create
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
sal_uInt32 i;
|
sal_uInt32 i;
|
||||||
CLASS_DATA * ppData;
|
|
||||||
RSCINST aInst;
|
RSCINST aInst;
|
||||||
RSCINST aMemInst, aDfltI;
|
RSCINST aMemInst, aDfltI;
|
||||||
|
|
||||||
@@ -234,6 +233,7 @@ RSCINST RscClass::Create
|
|||||||
if( (VAR_POINTER & pVarTypeList[ i ].nVarType)
|
if( (VAR_POINTER & pVarTypeList[ i ].nVarType)
|
||||||
&& !(VAR_NODATAINST & pVarTypeList[ i ].nVarType) )
|
&& !(VAR_NODATAINST & pVarTypeList[ i ].nVarType) )
|
||||||
{
|
{
|
||||||
|
CLASS_DATA * ppData;
|
||||||
if( VAR_EXTENDABLE & pVarTypeList[ i ].nVarType )
|
if( VAR_EXTENDABLE & pVarTypeList[ i ].nVarType )
|
||||||
{
|
{
|
||||||
RSCINST * pInstance = (RSCINST *)
|
RSCINST * pInstance = (RSCINST *)
|
||||||
|
Reference in New Issue
Block a user