Commit 814c54f0 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

правки в Get_SelectedContent

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59827 954022d7-b5bf-4e40-9824-e11837661b57
parent 982d1043
......@@ -2880,7 +2880,7 @@ CPresentation.prototype =
}
else
{
var selector = this.Slides[this.CurPage].graphicObjects.groupSelection ? this.Slides[this.CurPage].graphicObjects.groupSelection : this.Slides[this.CurPage].graphicObjects;
var selector = this.Slides[this.CurPage].graphicObjects.selection.groupSelection ? this.Slides[this.CurPage].graphicObjects.selection.groupSelection : this.Slides[this.CurPage].graphicObjects;
if(selector.selection.chartSelection && selector.selection.chartSelection.selection.title)
{
var doc_content = selector.selection.chartSelection.selection.title.getDocContent();
......
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