diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-06 14:52:33 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-06 14:52:33 +0300 |
commit | aa8abbe736b0c8ad54f208916b0eca2d04ebd396 (patch) | |
tree | 612d9104ef2baf0f1ac5e5dd62e59056fe151b34 /svx/source/engine3d | |
parent | 0748e529909c772036f5cb83c270329ca4e5f1a0 (diff) |
Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*
Change-Id: I084cbab30dfb0a7d567d1b172a79320687d20a06
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r-- | svx/source/engine3d/cube3d.cxx | 2 | ||||
-rw-r--r-- | svx/source/engine3d/extrud3d.cxx | 4 | ||||
-rw-r--r-- | svx/source/engine3d/lathe3d.cxx | 4 | ||||
-rw-r--r-- | svx/source/engine3d/polygn3d.cxx | 2 | ||||
-rw-r--r-- | svx/source/engine3d/scene3d.cxx | 2 | ||||
-rw-r--r-- | svx/source/engine3d/sphere3d.cxx | 4 |
6 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/engine3d/cube3d.cxx b/svx/source/engine3d/cube3d.cxx index 2a827c756dea..4677662f7539 100644 --- a/svx/source/engine3d/cube3d.cxx +++ b/svx/source/engine3d/cube3d.cxx @@ -24,7 +24,7 @@ #include "svx/globl3d.hxx" #include <basegfx/point/b3dpoint.hxx> #include <basegfx/polygon/b3dpolygon.hxx> -#include <svx/sdr/contact/viewcontactofe3dcube.hxx> +#include <sdr/contact/viewcontactofe3dcube.hxx> // DrawContact section diff --git a/svx/source/engine3d/extrud3d.cxx b/svx/source/engine3d/extrud3d.cxx index 0c4a7075619d..9219be678c8d 100644 --- a/svx/source/engine3d/extrud3d.cxx +++ b/svx/source/engine3d/extrud3d.cxx @@ -30,8 +30,8 @@ #include <svx/svdopath.hxx> #include <svx/svdmodel.hxx> #include <svx/svx3ditems.hxx> -#include <svx/sdr/properties/e3dextrudeproperties.hxx> -#include <svx/sdr/contact/viewcontactofe3dextrude.hxx> +#include <sdr/properties/e3dextrudeproperties.hxx> +#include <sdr/contact/viewcontactofe3dextrude.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b3dpolygontools.hxx> diff --git a/svx/source/engine3d/lathe3d.cxx b/svx/source/engine3d/lathe3d.cxx index c9d0f4647e24..939e947bd752 100644 --- a/svx/source/engine3d/lathe3d.cxx +++ b/svx/source/engine3d/lathe3d.cxx @@ -29,8 +29,8 @@ #include <svx/svdopath.hxx> #include <svx/svdmodel.hxx> #include <svx/svx3ditems.hxx> -#include <svx/sdr/properties/e3dlatheproperties.hxx> -#include <svx/sdr/contact/viewcontactofe3dlathe.hxx> +#include <sdr/properties/e3dlatheproperties.hxx> +#include <sdr/contact/viewcontactofe3dlathe.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> diff --git a/svx/source/engine3d/polygn3d.cxx b/svx/source/engine3d/polygn3d.cxx index 4d23a1399da1..dd5084252335 100644 --- a/svx/source/engine3d/polygn3d.cxx +++ b/svx/source/engine3d/polygn3d.cxx @@ -21,7 +21,7 @@ #include <svx/svdpage.hxx> #include "svx/globl3d.hxx" #include <basegfx/point/b3dpoint.hxx> -#include <svx/sdr/contact/viewcontactofe3dpolygon.hxx> +#include <sdr/contact/viewcontactofe3dpolygon.hxx> #include <basegfx/polygon/b3dpolygon.hxx> #include <basegfx/polygon/b3dpolygontools.hxx> diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx index 4f9829c34c7f..40e606a2738c 100644 --- a/svx/source/engine3d/scene3d.cxx +++ b/svx/source/engine3d/scene3d.cxx @@ -37,7 +37,7 @@ #include <svx/svx3ditems.hxx> #include <svl/whiter.hxx> #include <svx/xflftrit.hxx> -#include <svx/sdr/properties/e3dsceneproperties.hxx> +#include <sdr/properties/e3dsceneproperties.hxx> #include <svx/sdr/contact/viewcontactofe3dscene.hxx> #include <svx/svddrag.hxx> #include <helperminimaldepth3d.hxx> diff --git a/svx/source/engine3d/sphere3d.cxx b/svx/source/engine3d/sphere3d.cxx index 07b47f9ae0de..1f9d5623e4b5 100644 --- a/svx/source/engine3d/sphere3d.cxx +++ b/svx/source/engine3d/sphere3d.cxx @@ -27,10 +27,10 @@ #include <svx/svxids.hrc> #include <svx/svx3ditems.hxx> -#include <svx/sdr/properties/e3dsphereproperties.hxx> +#include <sdr/properties/e3dsphereproperties.hxx> #include <basegfx/vector/b3dvector.hxx> #include <basegfx/point/b3dpoint.hxx> -#include <svx/sdr/contact/viewcontactofe3dsphere.hxx> +#include <sdr/contact/viewcontactofe3dsphere.hxx> #include <basegfx/polygon/b3dpolygon.hxx> |