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 /include/svx/tbcontrl.hxx | |
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 'include/svx/tbcontrl.hxx')
-rw-r--r-- | include/svx/tbcontrl.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx index 21f07f2a9234..dfa129a7c00b 100644 --- a/include/svx/tbcontrl.hxx +++ b/include/svx/tbcontrl.hxx @@ -203,17 +203,6 @@ friend class SfxStyleControllerItem_Impl; SVX_DLLPRIVATE SfxStyleFamily GetActFamily(); }; -class SVX_DLLPUBLIC SvxFontNameToolBoxControl : public SfxToolBoxControl -{ -public: - SFX_DECL_TOOLBOX_CONTROL(); - SvxFontNameToolBoxControl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx); - - virtual void StateChanged(sal_uInt16 nSID, SfxItemState eState, - const SfxPoolItem* pState) override; - virtual VclPtr<vcl::Window> CreateItemWindow(vcl::Window* pParent) override; -}; - class BorderColorStatus { Color maColor; |