summaryrefslogtreecommitdiff
path: root/sd
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-05-14 22:48:08 +0200
commit9456c306990745e0e496bec930e7250bf086b678 (patch)
tree83b23e2a3eeee46ec02b84c533fd9bb531d18085 /sd
parent0442381173c5345f0809e6fdedc1b81fd3a6f1aa (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/+/92084 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sd')
-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 4bc3e3577b61..0a7459b66fea 100644
--- a/sd/source/ui/animations/SlideTransitionPane.cxx
+++ b/sd/source/ui/animations/SlideTransitionPane.cxx
@@ -691,6 +691,9 @@ void SlideTransitionPane::updateControls()
mpPB_PLAY->Hide();
mpCB_AUTO_PREVIEW->Check(false);
mpCB_AUTO_PREVIEW->Hide();
+ mpFT_SOUND->Hide();
+ mpLB_SOUND->Hide();
+ mpCB_LOOP_SOUND->Hide();
}
else
{