--- abi/src/wp/impexp/xp/ie_imp_RTF.cpp-TARGET	2005-07-30 10:48:16.000000000 +0100
+++ abi/src/wp/impexp/xp/ie_imp_RTF.cpp	2005-07-30 11:10:10.578480696 +0100
@@ -4128,6 +4128,7 @@
 		return _appendField ("page_number");
 	case RTF_KW_chftn:
 		HandleNoteReference();
+		break;
 	case RTF_KW_cs:
 		m_currentRTFState.m_charProps.m_styleNumber = param;
 		return true;
@@ -4191,7 +4192,7 @@
 		xxx_UT_DEBUGMSG(("Writing background color %s to properties \n",sColor.c_str()));
 		_setStringProperty(m_currentRTFState.m_cellProps.m_sCellProps,"background-color",sColor.c_str());
 	}
-	// KAY: TODO Should there be a break here?
+	break;
 	case RTF_KW_deff: 
 		if (fParam) {
 			m_iDefaultFontNumber = param;