diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/app/sddll.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index e52dda083ba8..0f87ab526620 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -707,7 +707,6 @@ #include <svx/sidebar/SelectionAnalyzer.hxx> #include <svx/sphere3d.hxx> #include <svx/srchdlg.hxx> -#include <svx/subtoolboxcontrol.hxx> #include <svx/svdattr.hxx> #include <svx/svddef.hxx> #include <svx/svddrgmt.hxx> diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index 4b499455d61f..928db7b0d7f9 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -81,7 +81,6 @@ #include <svx/modctrl.hxx> #include <svx/pszctrl.hxx> #include <svx/srchdlg.hxx> -#include <svx/subtoolboxcontrol.hxx> #include <svx/SvxColorChildWindow.hxx> #include <svx/SvxShapeTypes.hxx> #include <svx/tbcontrl.hxx> @@ -262,7 +261,6 @@ void SdDLL::RegisterControllers() SvxFrameLineStyleToolBoxControl::RegisterControl(SID_FRAME_LINESTYLE, pMod ); SvxColorToolBoxControl::RegisterControl(SID_FRAME_LINECOLOR, pMod ); SvxFrameToolBoxControl::RegisterControl(SID_ATTR_BORDER, pMod ); - SvxSubToolBoxControl::RegisterControl(SID_OPTIMIZE_TABLE, pMod); } void SdDLL::Init() |