Commit 58e710eb 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@47859 954022d7-b5bf-4e40-9824-e11837661b57
parent 25ecfe35
......@@ -3724,6 +3724,10 @@ asc_docs_api.prototype.ApplySlideTiming = function(oTiming)
return;
var _curSlide = this.WordControl.m_oLogicDocument.Slides[_cur];
_curSlide.timing.applyProps(oTiming);
this.sync_BeginCatchSelectedElements();
this.sync_slidePropCallback(_curSlide);
this.sync_EndCatchSelectedElements();
}
asc_docs_api.prototype.SlideTimingApplyToAll = function()
{
......
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