summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2017-11-09 00:54:32 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-11-09 11:57:20 +0100
commitd6ee89bc8882b13332275a156bfa8a56b5cf81e9 (patch)
tree61dd56a6588bed7bbd5c071ebb51f3865b7ff994 /sd
parent474f0ec77f0458c9403a2e8d7452fa1885bd8a60 (diff)
tdf#111826: Hide master slide button in handout view
Change-Id: I4d3efcbe9e720ab43fa18d6c475ef749f1f9d61a Reviewed-on: https://gerrit.libreoffice.org/44516 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/SlideBackground.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx
index 7f88057b8e32..3e26737bce3d 100644
--- a/sd/source/ui/sidebar/SlideBackground.cxx
+++ b/sd/source/ui/sidebar/SlideBackground.cxx
@@ -251,6 +251,8 @@ void SlideBackground::HandleContextChange(
mpFillGrad->Hide();
mpBackgroundLabel->Hide();
mpInsertImage->Hide();
+ mpEditMaster->Hide();
+ mpCloseMaster->Hide();
}
else if (maContext == maImpressOtherContext )
{