Commit 0b5445a3 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

chartEditor и documentOpenOptions в base

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66391 954022d7-b5bf-4e40-9824-e11837661b57
parent 12592b76
......@@ -29,6 +29,9 @@ function baseEditorsApi(name) {
this.documentTitle = "null";
this.documentFormatSave = c_oAscFileType.UNKNOWN;
this.chartEditor = undefined;
this.documentOpenOptions = undefined; // Опции при открытии (пока только опции для CSV)
// Тип состояния на данный момент (сохранение, открытие или никакое)
this.advancedOptionsAction = c_oAscAdvancedOptionsAction.None;
this.OpenDocumentProgress = new COpenProgress();
......
......@@ -43,8 +43,6 @@ var editor;
this.wbModel = null;
this.documentFormatSave = c_oAscFileType.XLSX;
this.chartEditor = undefined;
this.documentOpenOptions = undefined; // Опции при открытии (пока только опции для CSV)
// объекты, нужные для отправки в тулбар (шрифты, стили)
this._gui_control_colors = null;
......
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