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 /sc | |
parent | f18ca153aac53408284062309db513ab73f7dd2c (diff) |
Convert FontWorkShapeTypeControl to the generic controller
Change-Id: I7824136aa2780c4062a66f7a5284a342862f319a
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/app/scdll.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index 646f9690aa8a..689eb50a7b96 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -731,7 +731,6 @@ #include <svx/fntszctl.hxx> #include <svx/fontwork.hxx> #include <svx/fontworkbar.hxx> -#include <svx/fontworkgallery.hxx> #include <svx/formatpaintbrushctrl.hxx> #include <svx/framelinkarray.hxx> #include <svx/gallery.hxx> diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index e920cc5bdf42..3f5e98384a23 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -33,7 +33,6 @@ #include <avmedia/mediaplayer.hxx> #include <avmedia/mediatoolbox.hxx> #include <comphelper/types.hxx> -#include <svx/fontworkgallery.hxx> #include <svx/ParaLineSpacingPopup.hxx> #include <svtools/parhtml.hxx> @@ -217,7 +216,6 @@ void ScDLL::Init() // CustomShape extrusion controller SvxColorToolBoxControl::RegisterControl( SID_EXTRUSION_3D_COLOR, pMod ); - svx::FontWorkShapeTypeControl::RegisterControl( SID_FONTWORK_SHAPE_TYPE, pMod ); // Child Windows |