Commit b34613b2 authored by Oleg.Korshul's avatar Oleg.Korshul

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48025 954022d7-b5bf-4e40-9824-e11837661b57
parent 812a2540
......@@ -3711,9 +3711,9 @@ asc_docs_api.prototype.DemonstrationPrevSlide = function()
this.WordControl.DemonstrationManager.PrevSlide();
}
asc_docs_api.prototype.GoToSlide = function(slideNum)
asc_docs_api.prototype.DemonstrationGoToSlide = function(slideNum)
{
this.WordControl.GoToSlide(slideNum);
this.WordControl.DemonstrationManager.GoToSlide(slideNum);
}
asc_docs_api.prototype.ApplySlideTiming = function(oTiming)
......
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