skip RTF_NONSHPPICT, since we understand RTF_SHPPICT

This commit is contained in:
Miklos Vajna 2011-06-15 17:39:52 +02:00
parent de85b26ac1
commit 0b5ae0587a

View file

@ -684,6 +684,9 @@ int RTFDocumentImpl::dispatchFlag(RTFKeyword nKeyword)
m_aStates.top().aCharacterSprms.push_back(make_pair(NS_sprm::LN_CKul, pValue));
}
break;
case RTF_NONSHPPICT:
m_aStates.top().nDestinationState = DESTINATION_SKIP;
break;
default:
OSL_TRACE("%s: TODO handle flag '%s'", OSL_THIS_FUNC, m_pCurrentKeyword->getStr());
bParsed = false;