From e25cdb40dff8615b5881750e197715c17a55df58 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 13 Feb 2013 18:08:36 +0100 Subject: Reduce scope Change-Id: I8e62de343021942fd80ed6846bfa5c0b0ee4a347 --- rsc/source/res/rscclass.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rsc/source') diff --git a/rsc/source/res/rscclass.cxx b/rsc/source/res/rscclass.cxx index 648989a1e3ab..ec2fb1135f96 100644 --- a/rsc/source/res/rscclass.cxx +++ b/rsc/source/res/rscclass.cxx @@ -205,7 +205,6 @@ RSCINST RscClass::Create ) { sal_uInt32 i; - CLASS_DATA * ppData; RSCINST aInst; RSCINST aMemInst, aDfltI; @@ -234,6 +233,7 @@ RSCINST RscClass::Create if( (VAR_POINTER & pVarTypeList[ i ].nVarType) && !(VAR_NODATAINST & pVarTypeList[ i ].nVarType) ) { + CLASS_DATA * ppData; if( VAR_EXTENDABLE & pVarTypeList[ i ].nVarType ) { RSCINST * pInstance = (RSCINST *) -- cgit