diff options
author | Xisco Fauli <anistenis@gmail.com> | 2017-11-09 00:54:32 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-11-09 11:57:20 +0100 |
commit | d6ee89bc8882b13332275a156bfa8a56b5cf81e9 (patch) | |
tree | 61dd56a6588bed7bbd5c071ebb51f3865b7ff994 | |
parent | 474f0ec77f0458c9403a2e8d7452fa1885bd8a60 (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>
-rw-r--r-- | sd/source/ui/sidebar/SlideBackground.cxx | 2 |
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 ) { |