diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-16 01:27:10 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-15 23:16:22 +0000 |
commit | 970a66f8c919ea0524f216f40d21b3e2a8c88ccc (patch) | |
tree | 3bfa4a692a2576a97d45ba2df38ff2644f9d9689 /sd/source | |
parent | bd041161f3dc65a36245ce271007dce003529a9c (diff) |
Use UNO registration for font name toolbox control
Should help to eventually get rid of the wrapper in reportdesign.
Change-Id: I9fc94f2ed650561eb47f2f91939b3aa37f031c3b
Reviewed-on: https://gerrit.libreoffice.org/29910
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/app/sddll.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index 41fed944a24c..97a4e08da328 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -189,7 +189,6 @@ void SdDLL::RegisterControllers(SdModule* pMod) SvxLineEndToolBoxControl::RegisterControl( SID_ATTR_LINEEND_STYLE, pMod ); SvxStyleToolBoxControl::RegisterControl(0, pMod); - SvxFontNameToolBoxControl::RegisterControl(0, pMod); SvxColorToolBoxControl::RegisterControl( SID_ATTR_CHAR_COLOR, pMod ); SvxColorToolBoxControl::RegisterControl( SID_ATTR_CHAR_BACK_COLOR, pMod ); |