diff options
author | Xisco Faulí <xiscofauli@libreoffice.org> | 2018-03-16 12:22:19 +0100 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2018-03-19 13:10:06 +0100 |
commit | b120932c77332f95ae40d7bd96b972ce87e7693a (patch) | |
tree | a92a598bb2309909470062c8967165c4305eabb7 /sd | |
parent | 98d767dfb9f1c41bcd65404d551dbb2bff6388ca (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/51403
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.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx index dff9f050a81a..16024b23115a 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(); |