Commit 55b42bfa authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete unused m_bIsOpeningDocument

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66602 954022d7-b5bf-4e40-9824-e11837661b57
parent 4cffef59
...@@ -1981,8 +1981,6 @@ function CDrawingDocument(drawingObjects) ...@@ -1981,8 +1981,6 @@ function CDrawingDocument(drawingObjects)
this.m_lPagesCount = this.m_lCountCalculatePages; this.m_lPagesCount = this.m_lCountCalculatePages;
this.m_oWordControl.CalculateDocumentSize(); this.m_oWordControl.CalculateDocumentSize();
this.m_bIsOpeningDocument = false;
/* /*
if (true === this.m_bIsUpdateDocSize) if (true === this.m_bIsUpdateDocSize)
{ {
......
...@@ -499,8 +499,6 @@ asc_docs_api.prototype.asc_setLocale = function(val) { ...@@ -499,8 +499,6 @@ asc_docs_api.prototype.asc_setLocale = function(val) {
asc_docs_api.prototype.LoadDocument = function() { asc_docs_api.prototype.LoadDocument = function() {
this.CoAuthoringApi.auth(this.isViewMode); this.CoAuthoringApi.auth(this.isViewMode);
this.WordControl.m_oDrawingDocument.m_bIsOpeningDocument = true;
// Меняем тип состояния (на открытие) // Меняем тип состояния (на открытие)
this.advancedOptionsAction = c_oAscAdvancedOptionsAction.Open; this.advancedOptionsAction = c_oAscAdvancedOptionsAction.Open;
......
...@@ -2545,8 +2545,6 @@ function CDrawingDocument() ...@@ -2545,8 +2545,6 @@ function CDrawingDocument()
this.m_lPagesCount = this.m_lCountCalculatePages; this.m_lPagesCount = this.m_lCountCalculatePages;
this.m_oWordControl.CalculateDocumentSize(); this.m_oWordControl.CalculateDocumentSize();
this.m_bIsOpeningDocument = false;
/* /*
if (true === this.m_bIsUpdateDocSize) if (true === this.m_bIsUpdateDocSize)
{ {
......
...@@ -534,8 +534,6 @@ asc_docs_api.prototype.asc_setLocale = function(val) ...@@ -534,8 +534,6 @@ asc_docs_api.prototype.asc_setLocale = function(val)
asc_docs_api.prototype.LoadDocument = function(isVersionHistory) { asc_docs_api.prototype.LoadDocument = function(isVersionHistory) {
this.CoAuthoringApi.auth(this.isViewMode); this.CoAuthoringApi.auth(this.isViewMode);
this.WordControl.m_oDrawingDocument.m_bIsOpeningDocument = true;
// Меняем тип состояния (на открытие) // Меняем тип состояния (на открытие)
this.advancedOptionsAction = c_oAscAdvancedOptionsAction.Open; this.advancedOptionsAction = c_oAscAdvancedOptionsAction.Open;
......
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