git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58169 954022d7-b5bf-4e40-9824-e11837661b57

This commit is contained in:
Oleg.Korshul
2014-09-09 08:39:05 +00:00
committed by Alexander Trofimov
parent b6ff969c4a
commit 528f7d11b8

View File

@ -13759,7 +13759,7 @@ CopyProcessor.prototype =
{
case para_Text:
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
var sValue = ParaItem.Value;
var sValue = String.fromCharCode(ParaItem.Value);
if(sValue)
sRes += CopyPasteCorrectString(sValue);
break;
@ -270627,7 +270627,7 @@ CDocument.prototype =
{
this.TurnOffRecalc = false;
if (bRecalculte)
if (bRecalculate)
this.Recalculate();
},
@ -425678,6 +425678,7 @@ CDrawingDocument.prototype =
}
case 5: // Press
{
this.StartUpdateOverlay();
check_KeyboardEvent_Array(_params, _offset);
this.LogicDocument.OnKeyPress(global_keyboardEvent);
break;