mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
DocFormat - правка багов (файлы com-сервера)
This commit is contained in:
committed by
Alexander Trofimov
parent
9db24f8e66
commit
e5f9ea5091
@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user