Commit b67cba22 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete unused CErrorData

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66182 954022d7-b5bf-4e40-9824-e11837661b57
parent 5784e7be
......@@ -21,15 +21,6 @@ var c_oSerFormat = {
Signature : "PPTY"
};
function CErrorData()
{
this.Value = 0;
}
CErrorData.prototype.put_Value = function(v){ this.Value = v; };
CErrorData.prototype.get_Value = function() { return this.Value; };
/** @constructor */
function asc_docs_api(name)
{
......
window['CErrorData'] = CErrorData;
CErrorData.prototype['put_Value'] = CErrorData.prototype.put_Value;
CErrorData.prototype['get_Value'] = CErrorData.prototype.get_Value;
window['asc_docs_api'] = asc_docs_api;
asc_docs_api.prototype['asc_GetFontThumbnailsPath'] = asc_docs_api.prototype.asc_GetFontThumbnailsPath;
asc_docs_api.prototype['_coAuthoringInit'] = asc_docs_api.prototype._coAuthoringInit;
......
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