Issue 119064 - XSlideShowController.stopSound seems not to work
Summary: XSlideShowController.stopSound seems not to work
Status: UNCONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows 7
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-14 10:48 UTC by Juergen Uhl
Modified: 2013-02-24 21:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Juergen Uhl 2012-03-14 10:48:10 UTC
I have an impress presentation with a slide that plays a sound (some mp3-file). Running an OOo-Basic macro in presentation mode with

ThisComponent.getPresentation.getController.stopSound


does not stop that sound.


I checked the syntax and that the macro is actually executed (e.g. a "Print ThisComponent.getPresentation.getController.IsRunning" statement printed true)