[bu][de] Fix bug #76253

This commit is contained in:
Nikita Khromov
2025-09-16 13:31:08 +07:00
committed by Ilya Kirillov
parent f336133437
commit 2864abff52

View File

@ -5483,9 +5483,9 @@
oMap[aParaComments[nComment].Comment.CommentId] = {};
if (aParaComments[nComment].Comment.Start)
oMap[aParaComments[nComment].Comment.CommentId]["Start"] = true;
oMap[aParaComments[nComment].Comment.CommentId].Start = true;
else
oMap[aParaComments[nComment].Comment.CommentId]["End"] = true;
oMap[aParaComments[nComment].Comment.CommentId].End = true;
}
}
if (oElm instanceof AscCommonWord.CTable)