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/source/svdraw/svdopath.cxx | |
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/source/svdraw/svdopath.cxx')
-rw-r--r-- | svx/source/svdraw/svdopath.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx index b333c3023928..320db90d0279 100644 --- a/svx/source/svdraw/svdopath.cxx +++ b/svx/source/svdraw/svdopath.cxx @@ -46,10 +46,10 @@ #include <basegfx/range/b2drange.hxx> #include <basegfx/curve/b2dcubicbezier.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> -#include <svx/sdr/attribute/sdrtextattribute.hxx> -#include <svx/sdr/primitive2d/sdrattributecreator.hxx> +#include <sdr/attribute/sdrtextattribute.hxx> +#include <sdr/primitive2d/sdrattributecreator.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> -#include <svx/sdr/attribute/sdrformtextattribute.hxx> +#include <sdr/attribute/sdrformtextattribute.hxx> #include <vcl/ptrstyle.hxx> #include <memory> #include <sal/log.hxx> |