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

Дополнительная заливка к предыдущей, чтобы без папки Private все работало нормально.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65239 954022d7-b5bf-4e40-9824-e11837661b57
parent 23b3de89
......@@ -14597,6 +14597,13 @@ CDocument.prototype.Get_ElementByIndex = function(Index)
{
return this.Content[Index];
};
//-----------------------------------------------------------------------------------
// Private
//-----------------------------------------------------------------------------------
CDocument.prototype.EndPreview_MailMergeResult = function(){};
CDocument.prototype.Continue_TrackRevisions = function(){};
//-----------------------------------------------------------------------------------
//
//-----------------------------------------------------------------------------------
......
......@@ -6996,24 +6996,12 @@ asc_docs_api.prototype.asc_GetMailMergeFiledValue = function(nIndex, sName){};
//----------------------------------------------------------------------------------------------------------------------
// Работаем со стилями
//----------------------------------------------------------------------------------------------------------------------
asc_docs_api.prototype.asc_GetStyleFromFormatting = function()
{
};
asc_docs_api.prototype.asc_AddNewStyle = function(oStyle)
{
};
asc_docs_api.prototype.asc_RemoveStyle = function(sName)
{
};
asc_docs_api.prototype.asc_RemoveAllCustomStyles = function()
{
};
asc_docs_api.prototype.asc_IsStyleDefault = function(sName)
{
};
asc_docs_api.prototype.asc_IsDefaultStyleChanged = function(sName)
{
};
asc_docs_api.prototype.asc_GetStyleFromFormatting = function(){return null;};
asc_docs_api.prototype.asc_AddNewStyle = function(oStyle){};
asc_docs_api.prototype.asc_RemoveStyle = function(sName){};
asc_docs_api.prototype.asc_RemoveAllCustomStyles = function(){};
asc_docs_api.prototype.asc_IsStyleDefault = function(sName){return true;};
asc_docs_api.prototype.asc_IsDefaultStyleChanged = function(sName){return false;};
//----------------------------------------------------------------------------------------------------------------------
// Работаем с рецензированием
//----------------------------------------------------------------------------------------------------------------------
......
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