diff options
author | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-12-21 20:40:13 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-12-21 20:40:13 +0100 |
commit | 2f737ae062bf0234b6f32f9b37119edf7beb50c2 (patch) | |
tree | 35e53b26ec6be5418796746c93c114b6332ce197 /svx/source/engine3d | |
parent | a48c816527cf9f534b8a3492ddf9ccaf1ccdc362 (diff) | |
parent | 0de34b05f3c1a0409d23b63b9e69d4d7abbe1090 (diff) |
aw078: resync to DEV300m68for integration
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r-- | svx/source/engine3d/float3d.cxx | 6 | ||||
-rw-r--r-- | svx/source/engine3d/obj3d.cxx | 4 | ||||
-rw-r--r-- | svx/source/engine3d/polysc3d.cxx | 4 | ||||
-rw-r--r-- | svx/source/engine3d/scene3d.cxx | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx index a5147c55e81e..71a5ba2065f8 100644 --- a/svx/source/engine3d/float3d.cxx +++ b/svx/source/engine3d/float3d.cxx @@ -33,7 +33,7 @@ #include <sfx2/dispatch.hxx> #include <sfx2/module.hxx> #include <sfx2/viewfrm.hxx> -#include <svtools/eitem.hxx> +#include <svl/eitem.hxx> #include <svtools/colrdlg.hxx> #include <vcl/msgbox.hxx> #include <sfx2/viewsh.hxx> @@ -50,7 +50,7 @@ #include <svx/fmpage.hxx> #include <svx/polysc3d.hxx> #include <svx/eeitem.hxx> -#include <svtools/style.hxx> +#include <svl/style.hxx> #include <dlgutil.hxx> @@ -65,7 +65,7 @@ #include <gallery.hxx> #define GALLERY_THEME "3D" -#include <svtools/whiter.hxx> +#include <svl/whiter.hxx> #include <svx/float3d.hxx> #include "float3d.hrc" diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx index 2d3408ffeb86..905bd7706a1f 100644 --- a/svx/source/engine3d/obj3d.cxx +++ b/svx/source/engine3d/obj3d.cxx @@ -52,7 +52,7 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <svx/xlnclit.hxx> -#include <svtools/metitem.hxx> +#include <svl/metitem.hxx> #include <svx/xtable.hxx> #include <svx/xfillit.hxx> #include <svx/xlnwtit.hxx> @@ -68,7 +68,7 @@ #include <vcl/gradient.hxx> #include <vcl/metaact.hxx> #include <svx/svx3ditems.hxx> -#include <svtools/whiter.hxx> +#include <svl/whiter.hxx> #include <svtools/colorcfg.hxx> #include <svx/eeitem.hxx> #include <svx/xgrscit.hxx> diff --git a/svx/source/engine3d/polysc3d.cxx b/svx/source/engine3d/polysc3d.cxx index 9cca99b55188..48783368f7db 100644 --- a/svx/source/engine3d/polysc3d.cxx +++ b/svx/source/engine3d/polysc3d.cxx @@ -39,11 +39,11 @@ #include <vcl/svapp.hxx> #include <svx/svdpage.hxx> #include <svx/svdpool.hxx> -#include <svtools/style.hxx> +#include <svl/style.hxx> #include "globl3d.hxx" #include <svx/polysc3d.hxx> #include <svx/xlnclit.hxx> -#include <svtools/metitem.hxx> +#include <svl/metitem.hxx> #include <svx/xtable.hxx> #include <svx/xlnwtit.hxx> diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx index 22ef5777f730..0e2b87be4ca7 100644 --- a/svx/source/engine3d/scene3d.cxx +++ b/svx/source/engine3d/scene3d.cxx @@ -40,7 +40,7 @@ #endif #include "globl3d.hxx" #include <svx/svdpage.hxx> -#include <svtools/style.hxx> +#include <svl/style.hxx> #include <svx/scene3d.hxx> #include <svx/e3dundo.hxx> #include <svx/svdtrans.hxx> @@ -50,7 +50,7 @@ #include <svx/xlntrit.hxx> #include <svx/xfltrit.hxx> #include <svx/svx3ditems.hxx> -#include <svtools/whiter.hxx> +#include <svl/whiter.hxx> #include <svx/xflftrit.hxx> #include <svx/sdr/properties/e3dsceneproperties.hxx> #include <svx/sdr/contact/viewcontactofe3dscene.hxx> |