Commit 1a56bec4 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

add asc_CRect (замена asc_CCellRect)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55445 954022d7-b5bf-4e40-9824-e11837661b57
parent 5b78f2f8
...@@ -794,7 +794,7 @@ ...@@ -794,7 +794,7 @@
asc_getHeight: function () { return this._height; } asc_getHeight: function () { return this._height; }
}; };
window["Asc"].asc_CRect = asc_CRect; window["asc_CRect"] = asc_CRect;
prot = asc_CRect.prototype; prot = asc_CRect.prototype;
prot["asc_getX"] = prot.asc_getX; prot["asc_getX"] = prot.asc_getX;
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
var asc_CFont = asc.asc_CFont; var asc_CFont = asc.asc_CFont;
var asc_CFill = asc.asc_CFill; var asc_CFill = asc.asc_CFill;
var asc_CCellInfo = asc.asc_CCellInfo; var asc_CCellInfo = asc.asc_CCellInfo;
var asc_CRect = asc.asc_CRect;
var asc_CHyperlink = asc.asc_CHyperlink; var asc_CHyperlink = asc.asc_CHyperlink;
var asc_CPageOptions = asc.asc_CPageOptions; var asc_CPageOptions = asc.asc_CPageOptions;
var asc_CPageSetup = asc.asc_CPageSetup; var asc_CPageSetup = asc.asc_CPageSetup;
......
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