diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-10-24 11:03:19 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-10-24 11:45:02 +0300 |
commit | 518b30527955276363f2cd6ccb5019d15de51413 (patch) | |
tree | cb29f6663daa0fb81637d9b62f706750a5718300 /sc/source/ui/app/scdll.cxx | |
parent | 312d903b8ec1805da91f7af367ba18cfe63313a3 (diff) |
Related: fdo#84844 Support fill color in SvxColorToolBoxControl
Change-Id: I6ccc1d4e71a9fe76cd16dd957f626722aaba543c
Diffstat (limited to 'sc/source/ui/app/scdll.cxx')
-rw-r--r-- | sc/source/ui/app/scdll.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index 072a551133ed..f20e3420bb41 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -172,6 +172,7 @@ void ScDLL::Init() 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); SvxStyleToolBoxControl ::RegisterControl(SID_STYLE_APPLY, pMod); SvxFontNameToolBoxControl ::RegisterControl(SID_ATTR_CHAR_FONT, pMod); |