summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/SlideBackground.cxx
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2020-11-20 09:44:25 +0530
committerPranam Lashkari <lpranam@collabora.com>2021-02-27 20:41:47 +0100
commit32596c77bba254a9762295d1c92fbbe26bbe68f0 (patch)
tree71ba256804a4d3fc414dcc9c7fd4970f34129f85 /sd/source/ui/sidebar/SlideBackground.cxx
parentf89e85fdddd8bbccfa72ba9b4ad2ca31a8debcee (diff)
hide background options in master slide view in sidebar
Change-Id: Idecf4c849f9f5ac338ea24ca04cbbf9afe5cad5d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106213 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 962bd10e456d95c7579ffb380b3e69f67cf5ea11) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109401 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111680 Tested-by: Jenkins Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
Diffstat (limited to 'sd/source/ui/sidebar/SlideBackground.cxx')
-rw-r--r--sd/source/ui/sidebar/SlideBackground.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx
index 17c85e21540d..f4896c00aecd 100644
--- a/sd/source/ui/sidebar/SlideBackground.cxx
+++ b/sd/source/ui/sidebar/SlideBackground.cxx
@@ -307,6 +307,11 @@ void SlideBackground::HandleContextChange(
mxFillStyle->hide();
mxBackgroundLabel->hide();
mxInsertImage->show();
+
+ mxFillLB->hide();
+ mxFillAttr->hide();
+ mxFillGrad1->hide();
+ mxFillGrad2->hide();
}
else if ( maContext == maImpressHandoutContext || maContext == maImpressNotesContext )
{