DocFormat - правка багов (файлы com-сервера)

This commit is contained in:
ElenaSubbotina
2016-05-03 15:18:07 +03:00
committed by Alexander Trofimov
parent 9db24f8e66
commit e5f9ea5091
19 changed files with 89 additions and 28 deletions

View File

@ -443,6 +443,8 @@ namespace DocFileFormat
int fc = m_document->FindFileCharPos(iter->second);
int fcEnd = m_document->FindFileCharPos(iter->second + 1);
if (fc < 0 || fcEnd < 0 ) break;
list<CharacterPropertyExceptions*>* chpxs = m_document->GetCharacterPropertyExceptions(fc, fcEnd);
if ((chpxs != NULL) && (!chpxs->empty()))