Commit 6c0a8003 authored by Ilya Kirillov's avatar Ilya Kirillov Committed by Alexander.Trofimov

В класс документа добавлена функция Get_HdrFtr.

parent a4d92547
...@@ -11208,12 +11208,6 @@ CDocument.prototype = ...@@ -11208,12 +11208,6 @@ CDocument.prototype =
bUpdateSelection = false; bUpdateSelection = false;
bRetValue = keydownresult_PreventAll; bRetValue = keydownresult_PreventAll;
} }
//else if (e.KeyCode === 113)
//{
// // Для теста
// TEST_BUILDER();
// bRetValue = keydownresult_PreventAll;
//}
else if ( e.KeyCode == 121 && true === e.ShiftKey ) // Shift + F10 - контекстное меню else if ( e.KeyCode == 121 && true === e.ShiftKey ) // Shift + F10 - контекстное меню
{ {
var X_abs, Y_abs, oPosition, ConvertedPos; var X_abs, Y_abs, oPosition, ConvertedPos;
...@@ -16016,6 +16010,10 @@ CDocument.prototype.private_UpdateTargetForCollaboration = function() ...@@ -16016,6 +16010,10 @@ CDocument.prototype.private_UpdateTargetForCollaboration = function()
{ {
this.NeedUpdateTargetForCollaboration = true; this.NeedUpdateTargetForCollaboration = true;
}; };
CDocument.prototype.Get_HdrFtr = function()
{
return this.HdrFtr;
};
CDocument.prototype.Get_DrawingDocument = function() CDocument.prototype.Get_DrawingDocument = function()
{ {
return this.DrawingDocument; return this.DrawingDocument;
......
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