summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgavl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgavl.cxx')
-rw-r--r--sot/source/sdstor/stgavl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgavl.cxx b/sot/source/sdstor/stgavl.cxx
index 6f627af7e9d0..ede2b9a26fad 100644
--- a/sot/source/sdstor/stgavl.cxx
+++ b/sot/source/sdstor/stgavl.cxx
@@ -351,7 +351,7 @@ bool StgAvlNode::Remove( StgAvlNode** pRoot, StgAvlNode* pDel, bool bDel )
if( bDel )
delete pDel;
// Rebalance the tree the hard way
- // OS 22.09.95: Auf MD's Wunsch auskommentiert wg. Absturz
+ // OS 22.09.95: On MD's request commented out due to crash
/* StgAvlNode* pNew = NULL;
while( *pRoot )
{