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

Правки для copy/paste

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59857 954022d7-b5bf-4e40-9824-e11837661b57
parent a6779f39
...@@ -7813,10 +7813,10 @@ CChartSpace.prototype = ...@@ -7813,10 +7813,10 @@ CChartSpace.prototype =
} }
case historyitem_AutoShapes_SetWorksheet: case historyitem_AutoShapes_SetWorksheet:
{ {
writeBool(w,isRealObject(data.newPr)); writeBool(w, isRealObject(data.newPr));
if(isRealObject(w,data.newPr)) if(isRealObject(data.newPr))
{ {
writeString(w,data.newPr.getId()); writeString(w, data.newPr.getId());
} }
break; break;
} }
......
...@@ -232,7 +232,7 @@ CShape.prototype.recalcTextStyles = function() ...@@ -232,7 +232,7 @@ CShape.prototype.recalcTextStyles = function()
}; };
CShape.prototype.addToRecalculate = function() CShape.prototype.addToRecalculate = function()
{ {
var controller = this.getDrawingObjectsController(); var controller = this.getDrawingObjectsController && this.getDrawingObjectsController();
if(controller) if(controller)
{ {
controller.objectsForRecalculate[this.Id] = this; controller.objectsForRecalculate[this.Id] = this;
......
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