[Libreoffice-commits] core.git: sd/source

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Sun Apr 12 18:07:29 UTC 2020


 sd/source/ui/animations/SlideTransitionPane.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 4632e049d5c96a53789b6eee4c873501fe3d66e9
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Sun Apr 12 16:36:07 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Sun Apr 12 20:06:52 2020 +0200

    LOKit: Hide sound controls on Impress sidebar's Slide transition pane
    
    In Online, sounds cannot be heard, cannot be selected, so it's confusing
    to have sound settings on the Online sidebar.
    
    Change-Id: Ica4ee1e73bc0972048986ff9c2fbcba5d4bd9bd8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92086
    Tested-by: Jenkins
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx
index d8ab5bbdb5d0..df5e32b12720 100644
--- a/sd/source/ui/animations/SlideTransitionPane.cxx
+++ b/sd/source/ui/animations/SlideTransitionPane.cxx
@@ -656,6 +656,9 @@ void SlideTransitionPane::updateControls()
         mxPB_PLAY->hide();
         mxCB_AUTO_PREVIEW->set_active(false);
         mxCB_AUTO_PREVIEW->hide();
+        mxFT_SOUND->hide();
+        mxLB_SOUND->hide();
+        mxCB_LOOP_SOUND->hide();
     }
     else
     {


More information about the Libreoffice-commits mailing list