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

Исправлен баг с заменой слова в орфографии (баг 21297).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50752 954022d7-b5bf-4e40-9824-e11837661b57
parent e1709186
......@@ -13785,8 +13785,6 @@ Paragraph.prototype =
this.Selection.StartPos = EndPos;
this.Selection.EndPos = EndPos;
this.Set_ContentPos( EndPos );
this.Document_SetThisElementCurrent();
},
Ignore_MisspelledWord : function(WordId)
......
......@@ -5323,6 +5323,7 @@ asc_docs_api.prototype.asc_replaceMisspelledWord = function(Word, SpellCheckProp
this.WordControl.m_oLogicDocument.Create_NewHistoryPoint();
Paragraph.Replace_MisspelledWord( Word, ElemId );
this.WordControl.m_oLogicDocument.Recalculate();
Paragraph.Document_SetThisElementCurrent();
}
}
......
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