diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-16 16:43:30 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-16 23:42:24 +0300 |
commit | b1d4af61c68be8dcda6fa97aa6cef97e77d77c23 (patch) | |
tree | 3cf953c8737a29fda65cfbc48b94fc540460c465 /sw/source/uibase/app/swmodule.cxx | |
parent | f18ca153aac53408284062309db513ab73f7dd2c (diff) |
Convert FontWorkShapeTypeControl to the generic controller
Change-Id: I7824136aa2780c4062a66f7a5284a342862f319a
Diffstat (limited to 'sw/source/uibase/app/swmodule.cxx')
-rw-r--r-- | sw/source/uibase/app/swmodule.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/app/swmodule.cxx b/sw/source/uibase/app/swmodule.cxx index 7d01854d8a43..ec9a7588e8ea 100644 --- a/sw/source/uibase/app/swmodule.cxx +++ b/sw/source/uibase/app/swmodule.cxx @@ -50,7 +50,6 @@ #include <svx/imapdlg.hxx> #include <svx/srchdlg.hxx> #include <svx/hyperdlg.hxx> -#include <svx/fontworkgallery.hxx> #include <svx/modctrl.hxx> #include <com/sun/star/scanner/ScannerManager.hpp> #include <com/sun/star/container/XSet.hpp> @@ -294,7 +293,6 @@ void SwDLL::RegisterControls() svx::ParaLineSpacingPopup::RegisterControl(SID_ATTR_PARA_LINESPACE, pMod); SvxColorToolBoxControl::RegisterControl( SID_EXTRUSION_3D_COLOR, pMod ); - svx::FontWorkShapeTypeControl::RegisterControl( SID_FONTWORK_SHAPE_TYPE, pMod ); SfxSaveAsToolBoxControl::RegisterControl(SID_SAVEASDOC, pMod ); SvxClipBoardControl::RegisterControl(SID_PASTE, pMod ); |