From cb0fd00eb3356e5b8cb8aa2c68eceffd63d250bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 7 Jun 2019 15:29:53 +0100 Subject: [PATCH] Resolves: tdf#125761 there is no page called 'labelTP_BACKGROUND' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia6558039da010b0f6d8385e9791c0abc2ef75eba Reviewed-on: https://gerrit.libreoffice.org/73665 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/source/ui/chrdlg/pardlg.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/sw/source/ui/chrdlg/pardlg.cxx b/sw/source/ui/chrdlg/pardlg.cxx index 7d74c451942e..e089b4bed935 100644 --- a/sw/source/ui/chrdlg/pardlg.cxx +++ b/sw/source/ui/chrdlg/pardlg.cxx @@ -116,7 +116,6 @@ SwParaDlg::SwParaDlg(weld::Window *pParent, { RemoveTabPage("labelTP_NUMPARA"); RemoveTabPage("labelTP_DROPCAPS"); - RemoveTabPage("labelTP_BACKGROUND"); RemoveTabPage("labelTP_BORDER"); RemoveTabPage("area"); RemoveTabPage("transparence");