Index: untbl.cxx =================================================================== RCS file: /cvs/sw/sw/source/core/undo/untbl.cxx,v retrieving revision 1.27 diff -r1.27 untbl.cxx 2295c2295 < ULONG nNdPos = rBox.IsValidNumTxtNd( 0 == pNewSet ); --- > nNdPos = rBox.IsValidNumTxtNd( 0 == pNewSet ); 2374c2374 < SwTxtNode* pTxtNd = rDoc.GetNodes()[ nNode + 1 ]->GetTxtNode(); --- > SwTxtNode* pTxtNd = rDoc.GetNodes()[ nNdPos ]->GetTxtNode(); Index: undobj.hxx =================================================================== RCS file: /cvs/sw/sw/inc/undobj.hxx,v retrieving revision 1.32 diff -r1.32 undobj.hxx 958a959 > ULONG nNdPos;