Kaydet (Commit) 1d1f0498 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

rtf import: Check for the first run even when getting \par

üst eeffb8ab
...@@ -1274,6 +1274,7 @@ int RTFDocumentImpl::dispatchSymbol(RTFKeyword nKeyword) ...@@ -1274,6 +1274,7 @@ int RTFDocumentImpl::dispatchSymbol(RTFKeyword nKeyword)
break; break;
case RTF_PAR: case RTF_PAR:
{ {
checkFirstRun();
checkNeedPap(); checkNeedPap();
if (!m_pCurrentBuffer) if (!m_pCurrentBuffer)
parBreak(); parBreak();
......
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