Commit 2d616984 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

minor

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50217 954022d7-b5bf-4e40-9824-e11837661b57
parent fe836dbb
......@@ -289,9 +289,9 @@ DrawingObjectsController.prototype =
},
canAddHyperlink: function() {
if(this.State.textObject)
if(this.curState.textObject)
{
return this.State.textObject.textBody.content.Hyperlink_CanAdd();
return this.curState.textObject.txBody.content.Hyperlink_CanAdd();
}
return false;
},
......
......@@ -1189,7 +1189,7 @@ CShape.prototype =
Get_SelectedText: function()
{
if(this.txBody)
return this.txBody.content.Get_SelectedText();
return this.txBody.content.Get_SelectedText(true);
},
calculateTransformTextMatrix: function()
......
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