Commit a39f58ec authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 30543 - [Copy&Paste] JS ошибка 'editor.WordControl' после вставки placeholder из PE

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65195 954022d7-b5bf-4e40-9824-e11837661b57
parent 98fcfebf
......@@ -33,6 +33,12 @@ CShape.prototype.getTextArtTranslate = function()
{
return Asc["editor"].textArtTranslate;
};
CShape.prototype.isEmptyPlaceholder = function()
{
return false;
};
CShape.prototype.getTextArtPreviewManager = function()
{
return Asc["editor"].textArtPreviewManager;
......
......@@ -75,6 +75,11 @@ CShape.prototype.recalcBrush = function()
this.recalcInfo.recalculateBrush = true;
};
CShape.prototype.isEmptyPlaceholder = function()
{
return false;
};
CShape.prototype.recalcPen = function()
{
this.recalcInfo.recalculatePen = true;
......
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