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

Убрал функцию get_PropertyEditorFonts

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66339 954022d7-b5bf-4e40-9824-e11837661b57
parent 4d36a916
...@@ -1003,10 +1003,6 @@ asc_docs_api.prototype.get_PropertyEditorTextArts = function() ...@@ -1003,10 +1003,6 @@ asc_docs_api.prototype.get_PropertyEditorTextArts = function()
var ret = [g_oPresetTxWarpGroups, g_PresetTxWarpTypes]; var ret = [g_oPresetTxWarpGroups, g_PresetTxWarpTypes];
return ret; return ret;
}; };
asc_docs_api.prototype.get_PropertyEditorFonts = function()
{
return null;
};
asc_docs_api.prototype.get_PropertyStandartTextures = function() asc_docs_api.prototype.get_PropertyStandartTextures = function()
{ {
var _count = g_oUserTexturePresets.length; var _count = g_oUserTexturePresets.length;
......
...@@ -45,7 +45,6 @@ asc_docs_api.prototype['asc_checkNeedCallback'] = asc_docs_api.prototype.asc_che ...@@ -45,7 +45,6 @@ asc_docs_api.prototype['asc_checkNeedCallback'] = asc_docs_api.prototype.asc_che
asc_docs_api.prototype['get_TextProps'] = asc_docs_api.prototype.get_TextProps; asc_docs_api.prototype['get_TextProps'] = asc_docs_api.prototype.get_TextProps;
asc_docs_api.prototype['get_PropertyEditorShapes'] = asc_docs_api.prototype.get_PropertyEditorShapes; asc_docs_api.prototype['get_PropertyEditorShapes'] = asc_docs_api.prototype.get_PropertyEditorShapes;
asc_docs_api.prototype['get_PropertyEditorTextArts'] = asc_docs_api.prototype.get_PropertyEditorTextArts; asc_docs_api.prototype['get_PropertyEditorTextArts'] = asc_docs_api.prototype.get_PropertyEditorTextArts;
asc_docs_api.prototype['get_PropertyEditorFonts'] = asc_docs_api.prototype.get_PropertyEditorFonts;
asc_docs_api.prototype['get_PropertyStandartTextures'] = asc_docs_api.prototype.get_PropertyStandartTextures; asc_docs_api.prototype['get_PropertyStandartTextures'] = asc_docs_api.prototype.get_PropertyStandartTextures;
asc_docs_api.prototype['get_PropertyEditorThemes'] = asc_docs_api.prototype.get_PropertyEditorThemes; asc_docs_api.prototype['get_PropertyEditorThemes'] = asc_docs_api.prototype.get_PropertyEditorThemes;
asc_docs_api.prototype['get_ContentCount'] = asc_docs_api.prototype.get_ContentCount; asc_docs_api.prototype['get_ContentCount'] = asc_docs_api.prototype.get_ContentCount;
......
...@@ -948,10 +948,6 @@ asc_docs_api.prototype.get_PropertyEditorTextArts = function() ...@@ -948,10 +948,6 @@ asc_docs_api.prototype.get_PropertyEditorTextArts = function()
var ret = [g_oPresetTxWarpGroups, g_PresetTxWarpTypes]; var ret = [g_oPresetTxWarpGroups, g_PresetTxWarpTypes];
return ret; return ret;
}; };
asc_docs_api.prototype.get_PropertyEditorFonts = function()
{
return null;
};
asc_docs_api.prototype.get_PropertyStandartTextures = function() asc_docs_api.prototype.get_PropertyStandartTextures = function()
{ {
var _count = g_oUserTexturePresets.length; var _count = g_oUserTexturePresets.length;
......
...@@ -121,7 +121,6 @@ asc_docs_api.prototype['asc_fireCallback'] = asc_docs_api.prototype.asc_fireCall ...@@ -121,7 +121,6 @@ asc_docs_api.prototype['asc_fireCallback'] = asc_docs_api.prototype.asc_fireCall
asc_docs_api.prototype['asc_checkNeedCallback'] = asc_docs_api.prototype.asc_checkNeedCallback; asc_docs_api.prototype['asc_checkNeedCallback'] = asc_docs_api.prototype.asc_checkNeedCallback;
asc_docs_api.prototype['get_PropertyEditorShapes'] = asc_docs_api.prototype.get_PropertyEditorShapes; asc_docs_api.prototype['get_PropertyEditorShapes'] = asc_docs_api.prototype.get_PropertyEditorShapes;
asc_docs_api.prototype['get_PropertyEditorTextArts'] = asc_docs_api.prototype.get_PropertyEditorTextArts; asc_docs_api.prototype['get_PropertyEditorTextArts'] = asc_docs_api.prototype.get_PropertyEditorTextArts;
asc_docs_api.prototype['get_PropertyEditorFonts'] = asc_docs_api.prototype.get_PropertyEditorFonts;
asc_docs_api.prototype['get_PropertyStandartTextures'] = asc_docs_api.prototype.get_PropertyStandartTextures; asc_docs_api.prototype['get_PropertyStandartTextures'] = asc_docs_api.prototype.get_PropertyStandartTextures;
asc_docs_api.prototype['get_PropertyThemeColors'] = asc_docs_api.prototype.get_PropertyThemeColors; asc_docs_api.prototype['get_PropertyThemeColors'] = asc_docs_api.prototype.get_PropertyThemeColors;
asc_docs_api.prototype['get_PropertyThemeColorSchemes'] = asc_docs_api.prototype.get_PropertyThemeColorSchemes; asc_docs_api.prototype['get_PropertyThemeColorSchemes'] = asc_docs_api.prototype.get_PropertyThemeColorSchemes;
......
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