From f509e2ec91b138114c43134dd2df3e0b99adcc31 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 24 Nov 2014 17:40:26 +0100 Subject: fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objects "Area" and "Transparence" only supported by Writer paragraphs. (regression from 7d9bb549d498d6beed2c4050c402d09643febdfa) Change-Id: I732e8d40fdeafaebf219fc7c5ddd53b850d8eca6 (cherry picked from commit 5c31a1b5474f5284cf694d04de5734921891915c) --- sw/source/ui/chrdlg/pardlg.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/source/ui') diff --git a/sw/source/ui/chrdlg/pardlg.cxx b/sw/source/ui/chrdlg/pardlg.cxx index 58b4a43187b9..3b007cabcc04 100644 --- a/sw/source/ui/chrdlg/pardlg.cxx +++ b/sw/source/ui/chrdlg/pardlg.cxx @@ -129,6 +129,8 @@ SwParaDlg::SwParaDlg(vcl::Window *pParent, RemoveTabPage("labelTP_DROPCAPS"); RemoveTabPage("labelTP_BACKGROUND"); RemoveTabPage("labelTP_BORDER"); + RemoveTabPage("area"); + RemoveTabPage("transparence"); } else { -- cgit