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/svdograf.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/svdograf.cxx')
-rw-r--r-- | svx/source/svdraw/svdograf.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx index 67b598ce14b3..127de6a0c6f5 100644 --- a/svx/source/svdraw/svdograf.cxx +++ b/svx/source/svdraw/svdograf.cxx @@ -52,13 +52,13 @@ #include <svx/xflbmtit.hxx> #include <svx/svdundo.hxx> #include "svdfmtf.hxx" -#include <svx/sdgcoitm.hxx> +#include <sdgcoitm.hxx> #include <svx/sdgcpitm.hxx> #include <svx/sdggaitm.hxx> -#include <svx/sdginitm.hxx> +#include <sdginitm.hxx> #include <svx/sdgluitm.hxx> #include <svx/sdgmoitm.hxx> -#include <svx/sdgtritm.hxx> +#include <sdgtritm.hxx> #include <editeng/eeitem.hxx> #include <sdr/properties/graphicproperties.hxx> #include <sdr/contact/viewcontactofgraphic.hxx> |