Index: src/wp/impexp/xp/ie_imp_RTF.cpp =================================================================== RCS file: /u2/cvsroot/abi/src/wp/impexp/xp/ie_imp_RTF.cpp,v retrieving revision 1.26 diff -c -r1.26 ie_imp_RTF.cpp *** src/wp/impexp/xp/ie_imp_RTF.cpp 2000/05/16 16:22:46 1.26 --- src/wp/impexp/xp/ie_imp_RTF.cpp 2000/06/05 13:07:53 *************** *** 295,308 **** cNibble = 2; b = 0; m_currentRTFState.m_internalState = RTFStateStore::risNorm; ! if (ok) // skip following space if applicable ! { ! unsigned char ch; ! if (!ReadCharFromFile(&ch)) ! ok = UT_FALSE; ! else if (ch != ' ') ! SkipBackChar(ch); ! } } } } --- 295,303 ---- cNibble = 2; b = 0; m_currentRTFState.m_internalState = RTFStateStore::risNorm; ! // actually don't handle the following space since ! // this is NOT a delimiter ! // see bug #886 } } }