From eb0497307bf381e7e065fc4b0b0d7b23f6ceeca9 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 7 Jun 2012 23:02:48 +0900 Subject: nuke dead code Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b --- rsc/source/res/rscarray.cxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'rsc') diff --git a/rsc/source/res/rscarray.cxx b/rsc/source/res/rscarray.cxx index 98ca40c3607e..6d5401ebf2bd 100644 --- a/rsc/source/res/rscarray.cxx +++ b/rsc/source/res/rscarray.cxx @@ -233,18 +233,6 @@ ERRTYPE RscArray::GetValueEle else pNode = NULL; -/* - if( pNode ) - { - if( pNode->aInst.pClass->IsDefault( pNode->aInst ) ) - { - GetSuperClass()->Destroy( pNode->aInst ); - GetSuperClass()->Create( &pNode->aInst, rInst ); - pNode->aInst.pClass->SetToDefault( pNode->aInst ); - } - } - else -*/ if( !pNode ) { pNode = new RscInstNode( sal_uInt32(lValue) ); -- cgit