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

historyitem_Paragraph_PrChange

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63916 954022d7-b5bf-4e40-9824-e11837661b57
parent 5f3077ff
...@@ -906,6 +906,7 @@ var historyitem_Paragraph_PresentationPr_Level = 34; // Изменяем у ...@@ -906,6 +906,7 @@ var historyitem_Paragraph_PresentationPr_Level = 34; // Изменяем у
var historyitem_Paragraph_FramePr = 35; // Изменяем настройки рамки var historyitem_Paragraph_FramePr = 35; // Изменяем настройки рамки
var historyitem_Paragraph_Shd = 36; // Изменяем настройки заливки целиком var historyitem_Paragraph_Shd = 36; // Изменяем настройки заливки целиком
var historyitem_Paragraph_SectionPr = 37; // Изменяем настройки секции var historyitem_Paragraph_SectionPr = 37; // Изменяем настройки секции
var historyitem_Paragraph_PrChange = 38; // Добавляем элемент PrChange в Paragraph.Pr
// Типы изменений в классе ParaRun // Типы изменений в классе ParaRun
var historyitem_ParaRun_AddItem = 1; var historyitem_ParaRun_AddItem = 1;
......
...@@ -4915,6 +4915,11 @@ CUniFill.prototype = ...@@ -4915,6 +4915,11 @@ CUniFill.prototype =
} }
}, },
Is_Equal : function(unfill)
{
return this.IsIdentical(unfill);
},
compare : function(unifill) compare : function(unifill)
{ {
if(unifill == null) if(unifill == null)
......
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