summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-04-12 16:36:07 +0200
committerAndras Timar <andras.timar@collabora.com>2020-04-12 20:06:52 +0200
commit4632e049d5c96a53789b6eee4c873501fe3d66e9 (patch)
tree8342c227d462fd37b169ee09d279a5e8f527eb8b /sd/source
parent848dc8559bdfff855cb03306ae73131daa77c3f7 (diff)
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@collabora.com>
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/animations/SlideTransitionPane.cxx3
1 files changed, 3 insertions, 0 deletions
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
{