Commit b2eae257 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52900 954022d7-b5bf-4e40-9824-e11837661b57
parent bec5de54
......@@ -623,10 +623,16 @@ function asc_docs_api(name)
this.DocumentReaderMode = null;
this.isChartEditor = false;
/** proprietary begin **/
this.chartStyleManager = new ChartStyleManager();
this.chartPreviewManager = new ChartPreviewManager();
/** proprietary end **/
if(typeof ChartStyleManager != "undefined")
this.chartStyleManager = new ChartStyleManager();
else
this.chartStyleManager = null;
if(typeof chartPreviewManager != "undefined)
this.chartPreviewManager = new chartPreviewManager();
else
this.chartPreviewManager = null;
this.IsLongActionCurrent = false;
this.ParcedDocument = false;
this.isStartCoAuthoringOnEndLoad = false; // Подсоединились раньше, чем документ загрузился
......
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