diff options
author | Xisco Fauli <anistenis@gmail.com> | 2017-11-16 00:47:09 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-11-17 15:01:54 +0100 |
commit | 605b01dc591eaa72788be255baf1f9b9dde76414 (patch) | |
tree | 146d1aac2dbe932f16ecaa1d3fce3f5c9e452c8c /sd | |
parent | 328cdfd4a75f5e29c3a1b3ba4ee0ed9475603442 (diff) |
tdf#113660: show Master Slide label in handout view
Change-Id: Ib26837fe8eab9f024a15e5b6a48e4d9dfa7252a5
Reviewed-on: https://gerrit.libreoffice.org/44797
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/sidebar/SlideBackground.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |