diff -cNr sc-orig/tabvwsh3.cxx sc-new/tabvwsh3.cxx *** sc-orig/tabvwsh3.cxx Thu Sep 13 11:20:52 2007 --- sc-new/tabvwsh3.cxx Thu Sep 13 11:18:20 2007 *************** *** 1115,1121 **** Unprotect( nTab, aPassword ); else { ! Protect( nTab, aPassword ); } --- 1115,1122 ---- Unprotect( nTab, aPassword ); else { ! pScMod->InputEnterHandler(); ! Protect( nTab, aPassword ); }