skip RTF_NONSHPPICT, since we understand RTF_SHPPICT
This commit is contained in:
parent
de85b26ac1
commit
0b5ae0587a
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue