summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-10-24 11:03:19 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2014-10-24 11:45:02 +0300
commit518b30527955276363f2cd6ccb5019d15de51413 (patch)
treecb29f6663daa0fb81637d9b62f706750a5718300 /sd
parent312d903b8ec1805da91f7af367ba18cfe63313a3 (diff)
Related: fdo#84844 Support fill color in SvxColorToolBoxControl
Change-Id: I6ccc1d4e71a9fe76cd16dd957f626722aaba543c
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/app/sddll.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx
index 4eda9f20f053..8f1c3e8a2596 100644
--- a/sd/source/ui/app/sddll.cxx
+++ b/sd/source/ui/app/sddll.cxx
@@ -208,6 +208,7 @@ void SdDLL::RegisterControllers()
SvxLineStyleToolBoxControl::RegisterControl(0, pMod);
SvxLineWidthToolBoxControl::RegisterControl(0, pMod);
SvxColorToolBoxControl::RegisterControl(SID_ATTR_LINE_COLOR, pMod);
+ SvxColorToolBoxControl::RegisterControl(SID_ATTR_FILL_COLOR, pMod);
SvxLineEndToolBoxControl::RegisterControl( SID_ATTR_LINEEND_STYLE, pMod );