| commit | cecf7ae35e4e23e27480d441c3bd66ddfab342c4 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Mon Apr 25 12:34:53 2022 +0100 |
| committer | Michael Stahl <michael.stahl@allotropia.de> | Tue Apr 26 11:01:45 2022 +0200 |
| tree | 8305db1379d8e25b8794db23617e4d45a77fd457 | |
| parent | 6147f454d5827dd60a926c9ee504a61d4f0cd3e4 [diff] |
tdf#148654 stop playing sound with presentation ends Change-Id: I74aa4cd966b6966f7826d241fcf9bb9d64955464 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133394 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> (cherry picked from commit 83bda568df0c6a65337922e20b6c7b74e20db415) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133405 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> Tested-by: Michael Stahl <michael.stahl@allotropia.de>
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index 0c775d2..ecb9663 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -1350,6 +1350,8 @@ IMPL_LINK_NOARG(SlideshowImpl, endPresentationHdl, void*, void) { mnEndShowEvent = nullptr; stopSound(); if( mxPresentation.is() ) mxPresentation->end(); }