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

Bug 24147 - undefined в строке формул при выборе изображения

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56975 954022d7-b5bf-4e40-9824-e11837661b57
parent fcc7f1ae
......@@ -1006,6 +1006,7 @@ DrawingObjectsController.prototype =
var content;
if(chart.selection.textSelection)
{
chart.selection.textSelection.checkDocContent();
content = chart.selection.textSelection.getDocContent();
if(content)
{
......@@ -4360,6 +4361,10 @@ DrawingObjectsController.prototype =
{
return content.Get_SelectedText();
}
else
{
return "";
}
},
putPrLineSpacing: function(type, value)
......
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