This commit is contained in:
ElenaSubbotina
2024-11-07 11:06:27 +03:00
parent ee83f6c826
commit ecc1e974ae
4 changed files with 99 additions and 22 deletions

View File

@ -162,7 +162,7 @@ namespace DocFileFormat
//// Read the chars
//std::vector<wchar_t>* chars = m_document->GetChars (fc, fcEnd, fc);
writeParagraph(cp, countTextRel, false, true );
writeParagraph(cp, countTextRel, false, true, START_END_PARAGRAPH);
cp = m_document->FIB->m_RgLw97.ccpText;
}