sd/source/ui/sidebar/SlideBackground.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 08ed147729b4b5a4f884b300b0d2e99b6267936a Author: Xisco Faulí <[email protected]> Date: Fri Mar 16 12:22:19 2018 +0100 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 <[email protected]> Reviewed-by: Xisco Faulí <[email protected]> (cherry picked from commit 855ae519db73b81a64d991b99c8993e6a192df08) Reviewed-on: https://gerrit.libreoffice.org/51574 Reviewed-by: Eike Rathke <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Tested-by: Adolfo Jayme Barrientos <[email protected]> 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(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
