Commit d165e3ba authored by Ilya.Kirillov's avatar Ilya.Kirillov

Исправлен баг с проверкой добавления параграфов для проверки орфографии.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66535 954022d7-b5bf-4e40-9824-e11837661b57
parent a33612ed
......@@ -856,7 +856,7 @@ Paragraph.prototype.Internal_CheckSpelling = function()
{
if ( pararecalc_0_Spell_None !== this.RecalcInfo.Recalc_0_Spell.Type )
{
if ( null != g_oTableId.Get_ById( this.Get_Id() ) )
if (this === g_oTableId.Get_ById(this.Get_Id()))
this.LogicDocument && this.LogicDocument.Spelling.Add_ParagraphToCheck(this.Get_Id(), this);
}
};
......
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