Commit 47e54a7e authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53439 954022d7-b5bf-4e40-9824-e11837661b57
parent 94247fac
...@@ -768,6 +768,9 @@ asc_docs_api.prototype.sync_BeginCatchSelectedElements = function() ...@@ -768,6 +768,9 @@ asc_docs_api.prototype.sync_BeginCatchSelectedElements = function()
{ {
if (0 != this.SelectedObjectsStack.length) if (0 != this.SelectedObjectsStack.length)
this.SelectedObjectsStack.splice(0, this.SelectedObjectsStack.length); this.SelectedObjectsStack.splice(0, this.SelectedObjectsStack.length);
if (this.WordControl && this.WordControl.m_oDrawingDocument)
this.WordControl.m_oDrawingDocument.StartTableStylesCheck();
} }
asc_docs_api.prototype.sync_EndCatchSelectedElements = function() asc_docs_api.prototype.sync_EndCatchSelectedElements = function()
{ {
...@@ -794,6 +797,9 @@ asc_docs_api.prototype.sync_EndCatchSelectedElements = function() ...@@ -794,6 +797,9 @@ asc_docs_api.prototype.sync_EndCatchSelectedElements = function()
} }
} }
this.asc_fireCallback("asc_onFocusObject", this.SelectedObjectsStack); this.asc_fireCallback("asc_onFocusObject", this.SelectedObjectsStack);
if (this.WordControl && this.WordControl.m_oDrawingDocument)
this.WordControl.m_oDrawingDocument.EndTableStylesCheck();
} }
asc_docs_api.prototype.getSelectedElements = function(bUpdate) asc_docs_api.prototype.getSelectedElements = function(bUpdate)
{ {
......
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