Commit dc77de1f authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг, что не запускалась проверка орфографии при смене языка у...

Исправлен баг, что не запускалась проверка орфографии при смене языка у другого пользователя (баг 22359).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56140 954022d7-b5bf-4e40-9824-e11837661b57
parent ef4237a0
......@@ -6573,6 +6573,9 @@ ParaRun.prototype =
this.Recalc_CompiledPr(true);
if ( undefined !== this.Paragraph && null !== this.Paragraph )
this.Paragraph.RecalcInfo.Set_Type_0_Spell( pararecalc_0_Spell_All );
break;
}
......@@ -6588,6 +6591,9 @@ ParaRun.prototype =
this.Recalc_CompiledPr(true);
if ( undefined !== this.Paragraph && null !== this.Paragraph )
this.Paragraph.RecalcInfo.Set_Type_0_Spell( pararecalc_0_Spell_All );
break;
}
......@@ -6603,6 +6609,9 @@ ParaRun.prototype =
this.Recalc_CompiledPr(true);
if ( undefined !== this.Paragraph && null !== this.Paragraph )
this.Paragraph.RecalcInfo.Set_Type_0_Spell( pararecalc_0_Spell_All );
break;
}
......@@ -6618,6 +6627,9 @@ ParaRun.prototype =
this.Recalc_CompiledPr(true);
if ( undefined !== this.Paragraph && null !== this.Paragraph )
this.Paragraph.RecalcInfo.Set_Type_0_Spell( pararecalc_0_Spell_All );
break;
}
......
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