summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorXisco Faulí <xiscofauli@libreoffice.org>2018-03-16 12:22:19 +0100
committerXisco Faulí <xiscofauli@libreoffice.org>2018-03-19 17:09:53 +0100
commit855ae519db73b81a64d991b99c8993e6a192df08 (patch)
treeaa3371192fb47d563185f58e611d69d34c03ea3b /sd
parent31f3e18d52c0cc124cd7a789a8f1fbc7c2534701 (diff)
tdf#116364: Revert "tdf#113660: show Master Slide label in handout view"
This reverts commit 605b01dc591eaa72788be255baf1f9b9dde76414. Change-Id: I99a2de6a425b1ecd2e9059a9867adac3fc75e619 Reviewed-on: https://gerrit.libreoffice.org/51404 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/SlideBackground.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx
index 76da35ddd0b0..d7d93d75755b 100644
--- a/sd/source/ui/sidebar/SlideBackground.cxx
+++ b/sd/source/ui/sidebar/SlideBackground.cxx
@@ -261,7 +261,6 @@ void SlideBackground::HandleContextChange(
}
else if ( maContext == maImpressHandoutContext )
{
- SetPanelTitle(SdResId(STR_MASTERSLIDE_NAME));
mpCloseMaster->Hide();
mpEditMaster->Hide();
mpMasterSlide->Disable();