Commit 560c8bb3 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

delete private_CanAutoCorrect

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67572 954022d7-b5bf-4e40-9824-e11837661b57
parent d389b4a1
......@@ -4691,19 +4691,6 @@ CMathContent.prototype.private_NeedAutoCorrect = function(ActionElement)
return true;
return false;
};
CMathContent.prototype.private_CanAutoCorrect = function(AutoCorrectionEngine, bSkipLast)
{
var CanMakeAutoCorrect = false;
var ActionElement = AutoCorrectionEngine.Element;
var ElementsCount = AutoCorrectionEngine.Elements.length;
for (var i=ElementsCount-1; i>=0; i--)
{
}
};
CMathContent.prototype.private_CanAutoCorrectText = function(AutoCorrectionEngine, bSkipLast)
{
......
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