diff -cNr sc-orig/tabvwsh3.cxx sc/tabvwsh3.cxx *** sc-orig/tabvwsh3.cxx Mon Sep 10 09:36:40 2007 --- sc/tabvwsh3.cxx Mon Sep 10 09:34:46 2007 *************** *** 1115,1120 **** --- 1115,1124 ---- Unprotect( nTab, aPassword );//BUG0193# tangquanfa else { + + SCROW aRow = GetViewData()->GetEditStartRow(); + SCCOL aCol = GetViewData()->GetEditStartCol(); + SetCursor( aCol, aRow, TRUE ); Protect( nTab, aPassword ); }