sd/source/ui/sidebar/SlideBackground.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 605b01dc591eaa72788be255baf1f9b9dde76414 Author: Xisco Fauli <[email protected]> Date: Thu Nov 16 00:47:09 2017 +0100 tdf#113660: show Master Slide label in handout view Change-Id: Ib26837fe8eab9f024a15e5b6a48e4d9dfa7252a5 Reviewed-on: https://gerrit.libreoffice.org/44797 Tested-by: Jenkins <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx index 72954fcf6582..8b2e15dc7671 100644 --- a/sd/source/ui/sidebar/SlideBackground.cxx +++ b/sd/source/ui/sidebar/SlideBackground.cxx @@ -255,6 +255,7 @@ 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
