summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-07 23:02:48 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-07 23:03:11 +0900
commiteb0497307bf381e7e065fc4b0b0d7b23f6ceeca9 (patch)
treef8408dea01957f913c4cd748ad38111805244a92 /rsc
parent9af0eb7e998c7bbf514e324919b710a0ff601244 (diff)
nuke dead code
Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/res/rscarray.cxx12
1 files changed, 0 insertions, 12 deletions
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) );