summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2018-01-26 17:31:35 -0900
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-04-12 10:20:25 +0200
commitcac80ccacf917e7e80f75c3574cc2a300f1d775a (patch)
tree124cfed96e80d12a0601d2d30b83e1cae6e20831 /sw/source/ui/chrdlg
parent24a57e2b854a1b8b3b8533ac72a6614ee29e374a (diff)
tdf#105225 A character highlighting tab page based on the area tab page
Change-Id: Icd76af14129ff742c77d7f19582c3cbc0520525e Reviewed-on: https://gerrit.libreoffice.org/48737 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/source/ui/chrdlg')
-rw-r--r--sw/source/ui/chrdlg/chardlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/chardlg.cxx b/sw/source/ui/chrdlg/chardlg.cxx
index c0c70d3743cc..7f7007d732ab 100644
--- a/sw/source/ui/chrdlg/chardlg.cxx
+++ b/sw/source/ui/chrdlg/chardlg.cxx
@@ -76,7 +76,7 @@ SwCharDlg::SwCharDlg(vcl::Window* pParent, SwView& rVw, const SfxItemSet& rCoreS
m_nCharPosId = AddTabPage("position", pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_POSITION ), nullptr );
m_nCharTwoId = AddTabPage("asianlayout", pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_TWOLINES ), nullptr );
m_nCharUrlId = AddTabPage("hyperlink", SwCharURLPage::Create, nullptr);
- m_nCharBgdId = AddTabPage("background", pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BACKGROUND ), nullptr );
+ m_nCharBgdId = AddTabPage("background", pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BKG ), nullptr );
m_nCharBrdId = AddTabPage("borders", pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BORDER ), nullptr );
SvtCJKOptions aCJKOptions;