summaryrefslogtreecommitdiff
path: root/rsc/source/res/rscarray.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/res/rscarray.cxx')
-rw-r--r--rsc/source/res/rscarray.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/res/rscarray.cxx b/rsc/source/res/rscarray.cxx
index 08dd08d4b8cc..ba5f8fe16cbc 100644
--- a/rsc/source/res/rscarray.cxx
+++ b/rsc/source/res/rscarray.cxx
@@ -129,7 +129,7 @@ void RscArray::Destroy( const RSCINST & rInst )
pClassData = reinterpret_cast<RscArrayInst *>(rInst.pData + nOffInstData);
- //Baum rekursiv loeschen
+ // delete the tree recursively
::Destroy( pClassData->pNode );
}