diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-08-14 22:33:13 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-08-14 23:49:28 +0200 |
commit | a19dc104ec008f0bb44676d63d4764c6d7442a0d (patch) | |
tree | 0928eb83f4e7e050bc1f1780be8c453ee563ef6c | |
parent | 882e9ff39f1a6a450fff3569d09124ab1b7ceae1 (diff) |
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@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
-rw-r--r-- | sd/source/ui/dlg/prltempl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 |