summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-10-27 14:20:03 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2015-10-27 14:46:12 +0200
commit96d03636a5f932151c7842ae34631258891fe807 (patch)
treec01eadb9be43e7bd6afcce91ba0373c7f24f9c6b /sw/source/uibase/app
parent63e1369529838728d2878afc03bf9bb9cedb59d5 (diff)
tdf#64027 sw: Make the text background color button work
Change-Id: I305163b691a8fa51ef5da0c940c59c3a3440a2dc
Diffstat (limited to 'sw/source/uibase/app')
-rw-r--r--sw/source/uibase/app/swmodule.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/app/swmodule.cxx b/sw/source/uibase/app/swmodule.cxx
index 31b39c5bef01..c213443bfa98 100644
--- a/sw/source/uibase/app/swmodule.cxx
+++ b/sw/source/uibase/app/swmodule.cxx
@@ -308,6 +308,7 @@ void SwDLL::RegisterControls()
SvxColorToolBoxControl::RegisterControl(SID_ATTR_LINE_COLOR, pMod );
SvxLineEndToolBoxControl::RegisterControl(SID_ATTR_LINEEND_STYLE, pMod );
SvxColorToolBoxControl::RegisterControl(SID_ATTR_FILL_COLOR, pMod);
+ SvxColorToolBoxControl::RegisterControl(SID_ATTR_CHAR_BACK_COLOR, pMod);
SvxFontNameToolBoxControl::RegisterControl(SID_ATTR_CHAR_FONT, pMod );
SvxColorToolBoxControl::RegisterControl(SID_ATTR_CHAR_COLOR, pMod );