diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/app/sddll2.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/drviews2.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drviews6.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/drvwshrg.cxx | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/sd/source/ui/app/sddll2.cxx b/sd/source/ui/app/sddll2.cxx index e961cbf06c6e..308841523265 100644 --- a/sd/source/ui/app/sddll2.cxx +++ b/sd/source/ui/app/sddll2.cxx @@ -28,7 +28,7 @@ #include <svx/galbrws.hxx> #include <svx/srchdlg.hxx> #include <svx/fontwork.hxx> -#include <svx/colrctrl.hxx> +#include <svx/SvxColorChildWindow.hxx> #include <svx/verttexttbxctrl.hxx> #include <svx/hyperdlg.hxx> #include <svx/fillctrl.hxx> diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index 7bb32b86995d..6f67a1b2b7f2 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -50,7 +50,7 @@ #include <svx/f3dchild.hxx> #include <svx/imapdlg.hxx> #include <svx/fontwork.hxx> -#include <svx/colrctrl.hxx> +#include <svx/SvxColorChildWindow.hxx> #include <svx/bmpmask.hxx> #include <svx/srchdlg.hxx> #include <svx/hyperdlg.hxx> diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index e5c12ca7dbee..37619aa294c2 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -93,6 +93,7 @@ #include <editeng/shdditem.hxx> #include <svx/xtable.hxx> #include <svx/svdobj.hxx> +#include <svx/SvxColorChildWindow.hxx> #include <editeng/outlobj.hxx> #include <editeng/flstitem.hxx> #include <editeng/scripttypeitem.hxx> diff --git a/sd/source/ui/view/drviews6.cxx b/sd/source/ui/view/drviews6.cxx index 8ccc1bd51777..a4b0c2e116ed 100644 --- a/sd/source/ui/view/drviews6.cxx +++ b/sd/source/ui/view/drviews6.cxx @@ -30,7 +30,7 @@ #include <svx/galbrws.hxx> #include <svx/imapdlg.hxx> #include <svx/xftsfit.hxx> -#include <svx/colrctrl.hxx> +#include <svx/SvxColorChildWindow.hxx> #include <svx/f3dchild.hxx> #include "optsitem.hxx" #include <svx/extrusionbar.hxx> diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx index abe2d38f8c44..c71959c2f3ff 100644 --- a/sd/source/ui/view/drvwshrg.cxx +++ b/sd/source/ui/view/drvwshrg.cxx @@ -26,7 +26,7 @@ #include <svx/bmpmask.hxx> #include <svx/galbrws.hxx> #include <svx/imapdlg.hxx> -#include <svx/colrctrl.hxx> +#include <svx/SvxColorChildWindow.hxx> #include <sfx2/objface.hxx> #include <sfx2/sidebar/SidebarChildWindow.hxx> #include <svx/f3dchild.hxx> |