Commit 2fa1e1dd authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Convert to utf8

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52133 954022d7-b5bf-4e40-9824-e11837661b57
parent 0221f7f1
var STATES_ID_NULL = 0x00;
var STATES_ID_NULL = 0x00;
var STATES_ID_PRE_CHANGE_ADJ = 0x01;
var STATES_ID_PRE_MOVE = 0x02;
var STATES_ID_PRE_MOVE_INLINE_OBJECT = 0x03;
......@@ -5559,7 +5559,7 @@ function PreChangeAdjState(graphicObjects)
}
}
function PreMoveState(graphicObjects, ctrlShiftFlag/*был ли нажат Ctrl при OnMouseDown*/, bSelectedMajorObject/*был ли заселекчен majorObject до OnMouseDown в NullState*/)
function PreMoveState(graphicObjects, ctrlShiftFlag/*был ли нажат Ctrl при OnMouseDown*/, bSelectedMajorObject/*был ли заселекчен majorObject до OnMouseDown в NullState*/)
{
this.id = STATES_ID_PRE_MOVE;
this.graphicObjects = graphicObjects;
......@@ -11159,7 +11159,7 @@ function SplineBezierState5(graphicObjects, startX, startY)
}
}
//Состояния прия работе с полилиниями
//Состояния прия работе с полилиниями
function PolyLineAddState(graphicObjects)
{
this.graphicObjects = graphicObjects;
......
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