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 | 8 | ||||
-rw-r--r-- | sd/source/ui/func/fuconcs.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drviews6.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drvwshrg.cxx | 1 |
5 files changed, 0 insertions, 12 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 3429aeec4660..e52dda083ba8 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -753,7 +753,6 @@ #include <svx/sxmsuitm.hxx> #include <svx/tabline.hxx> #include <svx/tbcontrl.hxx> -#include <svx/tbxcustomshapes.hxx> #include <svx/unoapi.hxx> #include <svx/unofill.hxx> #include <svx/unomodel.hxx> diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index 1a4c79712532..4b499455d61f 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -85,7 +85,6 @@ #include <svx/SvxColorChildWindow.hxx> #include <svx/SvxShapeTypes.hxx> #include <svx/tbcontrl.hxx> -#include <svx/tbxcustomshapes.hxx> #include <svx/verttexttbxctrl.hxx> #include <svx/xmlsecctrl.hxx> #include <svx/zoomctrl.hxx> @@ -177,13 +176,6 @@ void SdDLL::RegisterControllers() SdTbxControl::RegisterControl( SID_DRAWTBX_CONNECTORS, pMod ); SdTbxControl::RegisterControl( SID_DRAWTBX_INSERT, pMod ); - SvxTbxCtlCustomShapes::RegisterControl( SID_DRAWTBX_CS_BASIC, pMod ); - SvxTbxCtlCustomShapes::RegisterControl( SID_DRAWTBX_CS_SYMBOL, pMod ); - SvxTbxCtlCustomShapes::RegisterControl( SID_DRAWTBX_CS_ARROW, pMod ); - SvxTbxCtlCustomShapes::RegisterControl( SID_DRAWTBX_CS_FLOWCHART, pMod ); - SvxTbxCtlCustomShapes::RegisterControl( SID_DRAWTBX_CS_CALLOUT, pMod ); - SvxTbxCtlCustomShapes::RegisterControl( SID_DRAWTBX_CS_STAR, pMod ); - SdTbxCtlDiaPages::RegisterControl( SID_PAGES_PER_ROW, pMod ); SdTbxCtlGlueEscDir::RegisterControl( SID_GLUE_ESCDIR, pMod ); diff --git a/sd/source/ui/func/fuconcs.cxx b/sd/source/ui/func/fuconcs.cxx index bf49a373fa80..af30ec286d9b 100644 --- a/sd/source/ui/func/fuconcs.cxx +++ b/sd/source/ui/func/fuconcs.cxx @@ -43,7 +43,6 @@ #include <editeng/adjustitem.hxx> #include <svx/xtable.hxx> #include <svx/sdasitm.hxx> -#include <svx/tbxcustomshapes.hxx> #include <svx/svdoashp.hxx> #include <svx/sdtagitm.hxx> diff --git a/sd/source/ui/view/drviews6.cxx b/sd/source/ui/view/drviews6.cxx index 535dd54b503d..607c54dbb8a9 100644 --- a/sd/source/ui/view/drviews6.cxx +++ b/sd/source/ui/view/drviews6.cxx @@ -33,7 +33,6 @@ #include "optsitem.hxx" #include <svx/extrusionbar.hxx> #include <svx/fontworkbar.hxx> -#include <svx/tbxcustomshapes.hxx> #include <avmedia/mediaplayer.hxx> #include "app.hrc" diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx index 75d0c1781a48..0ac29d473859 100644 --- a/sd/source/ui/view/drvwshrg.cxx +++ b/sd/source/ui/view/drvwshrg.cxx @@ -29,7 +29,6 @@ #include <sfx2/objface.hxx> #include <sfx2/sidebar/SidebarChildWindow.hxx> #include <svx/f3dchild.hxx> -#include <svx/tbxcustomshapes.hxx> #include <svx/svxids.hrc> #include <svx/hyperdlg.hxx> |