[Libreoffice-commits] core.git: sd/source
Pranam Lashkari (via logerrit)
logerrit at kemper.freedesktop.org
Sat Feb 27 19:42:22 UTC 2021
sd/source/ui/sidebar/SlideBackground.cxx | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 32596c77bba254a9762295d1c92fbbe26bbe68f0
Author: Pranam Lashkari <lpranam at collabora.com>
AuthorDate: Fri Nov 20 09:44:25 2020 +0530
Commit: Pranam Lashkari <lpranam at collabora.com>
CommitDate: Sat Feb 27 20:41:47 2021 +0100
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 at gmail.com>
Reviewed-by: Andras Timar <andras.timar at 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 at collabora.com>
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 )
{
More information about the Libreoffice-commits
mailing list