Commit 2a176e0e authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

tt_cmap4_char_map !!!!!

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59402 954022d7-b5bf-4e40-9824-e11837661b57
parent 6d055e9e
......@@ -15377,7 +15377,7 @@ function tt_cmap4_char_map_linear(cmap, _charcode, next)
if (i >= num_segs - 1 && start == 0xFFFF && end == 0xFFFF)
{
var face = cmap.cmap.charmap.face;
var face = cmap.cmap.cmap.charmap.face;
var limit = face.cmap_table.pos + face.cmap_size;
if (offset != 0 && p.pos + offset + 2 > limit)
{
......@@ -15461,7 +15461,7 @@ function tt_cmap4_char_map_binary(cmap, _charcode, next)
if (mid >= num_segs - 1 && start == 0xFFFF && end == 0xFFFF)
{
var face = cmap.cmap.charmap.face;
var face = cmap.cmap.cmap.charmap.face;
var limit = face.cmap_table.pos + face.cmap_size;
if (offset && p.pos + offset + 2 > limit)
{
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