Kaydet (Commit) 31c11dfe authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: RTF_LOCH is not a NOP anymore

Change-Id: I06297a0c88c931cbc95e24de472d43339fd5116f
üst e8416ed3
......@@ -3004,7 +3004,6 @@ int RTFDocumentImpl::dispatchFlag(RTFKeyword nKeyword)
// These should be mapped to NS_ooxml::LN_EG_SectPrContents_pgNumType, but dmapper has no API for that at the moment.
break;
case RTF_LOCH:
// Noop, dmapper detects this automatically.
m_aStates.top().eRunType = RTFParserState::LOCH;
break;
case RTF_HICH:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment