[Libreoffice-commits] core.git: sd/source

Tamás Zolnai tamas.zolnai at collabora.com
Mon Aug 14 21:50:48 UTC 2017


 sd/source/ui/dlg/prltempl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a19dc104ec008f0bb44676d63d4764c6d7442a0d
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date:   Mon Aug 14 22:33:13 2017 +0200

    Related to tdf#109863: Crash when trying to modify background slide style
    
    Remove character highlighting tab from background style
    since there is no text content in the background.
    
    Change-Id: I5fcc3c76a3e60a37c3be72a14fa2f6668875bab6
    Reviewed-on: https://gerrit.libreoffice.org/41154
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/sd/source/ui/dlg/prltempl.cxx b/sd/source/ui/dlg/prltempl.cxx
index e2e428772fc8..2d0b88118800 100644
--- a/sd/source/ui/dlg/prltempl.cxx
+++ b/sd/source/ui/dlg/prltempl.cxx
@@ -207,6 +207,7 @@ SdPresLayoutTemplateDlg::SdPresLayoutTemplateDlg( SfxObjectShell const * pDocSh,
         RemoveTabPage( "RID_SVXPAGE_TABULATOR");
         RemoveTabPage( "RID_SVXPAGE_ALIGN_PARAGRAPH");
         RemoveTabPage( "RID_SVXPAGE_PARA_ASIAN" );
+        RemoveTabPage( "RID_SVXPAGE_BACKGROUND" );
     }
 
     // set title and add corresponding pages to dialog


More information about the Libreoffice-commits mailing list