summaryrefslogtreecommitdiff
path: root/sw/source/ui/fmtui
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail..com>2019-12-14 22:09:01 -0900
committerMike Kaganski <mike.kaganski@collabora.com>2019-12-16 06:22:09 +0100
commitc5f593d68b7f6d8a2f2adc75d5bcb795822efeac (patch)
treee3dfde56653d2e2b76c7b092cc0f26d8f27b8f00 /sw/source/ui/fmtui
parentbbd7c589d6d98631f8e95d580e1f775179db3db8 (diff)
Related tdf#105225: Remove old background tab page code
All uses of SvxBackgroundTabPage have been replaced by a new background tab page derived from the SvxAreaTabPage. This patch removes the SvxBackgroundTabPage code and code used only by it. Change-Id: I83a2a04c0bf908cdc630fa091cd5ccdfb5d9381d Reviewed-on: https://gerrit.libreoffice.org/85194 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/source/ui/fmtui')
-rw-r--r--sw/source/ui/fmtui/tmpdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx
index 917328b2bc0d..ea47c81edb8f 100644
--- a/sw/source/ui/fmtui/tmpdlg.cxx
+++ b/sw/source/ui/fmtui/tmpdlg.cxx
@@ -320,7 +320,7 @@ void SwTemplateDlgController::PageCreated(const OString& rId, SfxTabPage &rPage
static_cast<SwColumnPage&>(rPage).SetFormatUsed( true );
}
// do not remove; many other style dialog combinations still use the SfxTabPage
- // for the SvxBrushItem (see RID_SVXPAGE_BACKGROUND)
+ // for the SvxBrushItem (see RID_SVXPAGE_BKG)
else if (rId == "background" || rId == "highlighting")
{
SvxBackgroundTabFlags nFlagType = SvxBackgroundTabFlags::NONE;