summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
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) );