diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-02-07 20:42:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-12 13:11:28 +0100 |
commit | 1f625b3f74c6e6e5ef345a3e017061be918e443b (patch) | |
tree | 4182a64dd93a6449135ddd87ef6526567f6c7cdc /svx/inc/pch | |
parent | 1b4f6c81de2af3b165594654966bcd5b62dc6081 (diff) |
move some svx/ headers inside the module
Change-Id: I8d9a50039a8139caebb2cfb83ca476d39432f255
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88238
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc/pch')
-rw-r--r-- | svx/inc/pch/precompiled_svx.hxx | 2 | ||||
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index c463eccb9b4a..cf586c07325f 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.hxx @@ -368,7 +368,7 @@ #include <svx/AccessibleShape.hxx> #include <svx/AccessibleShapeInfo.hxx> #include <svx/AccessibleTextHelper.hxx> -#include <svx/DescriptionGenerator.hxx> +#include <DescriptionGenerator.hxx> #include <svx/IAccessibleViewForwarder.hxx> #include <svx/ShapeTypeHandler.hxx> #include <svx/SvxShapeTypes.hxx> diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index a441ac85ab86..b35efb4736d3 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.hxx @@ -448,10 +448,10 @@ #include <fmservs.hxx> #include <fmshimp.hxx> #include <fmundo.hxx> -#include <svx/XPropertyTable.hxx> +#include <XPropertyTable.hxx> #include <svx/dialmgr.hxx> #include <svx/e3dsceneupdater.hxx> -#include <svx/extrud3d.hxx> +#include <extrud3d.hxx> #include <svx/fmglob.hxx> #include <svx/fmmodel.hxx> #include <svx/fmpage.hxx> @@ -472,7 +472,7 @@ #include <svx/sdr/animation/scheduler.hxx> #include <svx/sdr/contact/displayinfo.hxx> #include <svx/sdr/contact/objectcontact.hxx> -#include <svx/sdr/contact/objectcontactofobjlistpainter.hxx> +#include <sdr/contact/objectcontactofobjlistpainter.hxx> #include <svx/sdr/contact/objectcontactofpageview.hxx> #include <svx/sdr/contact/viewcontact.hxx> #include <svx/sdr/contact/viewcontactofe3dscene.hxx> @@ -481,8 +481,8 @@ #include <svx/sdr/overlay/overlaymanager.hxx> #include <svx/sdr/overlay/overlayobject.hxx> #include <svx/sdr/overlay/overlaypolypolygon.hxx> -#include <svx/sdr/primitive2d/sdrattributecreator.hxx> -#include <svx/sdr/primitive2d/sdrdecompositiontools.hxx> +#include <sdr/primitive2d/sdrattributecreator.hxx> +#include <sdr/primitive2d/sdrdecompositiontools.hxx> #include <svx/sdr/primitive2d/svx_primitivetypes2d.hxx> #include <svx/sdrhittesthelper.hxx> #include <svx/sdrpagewindow.hxx> @@ -527,7 +527,7 @@ #include <svx/svx3ditems.hxx> #include <svx/svxdlg.hxx> #include <svx/svxdllapi.h> -#include <svx/textchain.hxx> +#include <textchain.hxx> #include <svx/unoapi.hxx> #include <svx/unofill.hxx> #include <svx/unomid.hxx> |