diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-04 22:49:21 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-11 08:48:04 +0200 |
commit | a7ceb3352ad0a35ce2eeb8407cace19e1d14a9db (patch) | |
tree | d9597acb78e695b92d35aaa1e7bc4b1b59732906 /sc | |
parent | b70ab9e9e5630a965c5e6cc40c2480dddf1e2384 (diff) |
tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie2a4122d67d2d40732e6fd00b584f33edd802c5b
Reviewed-on: https://gerrit.libreoffice.org/73476
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/sdi/scslots.hrc | 1 | ||||
-rw-r--r-- | sc/source/core/data/postit.cxx | 1 | ||||
-rw-r--r-- | sc/source/filter/excel/xeescher.cxx | 1 | ||||
-rw-r--r-- | sc/source/filter/excel/xiescher.cxx | 4 | ||||
-rw-r--r-- | sc/source/ui/app/typemap.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/docshell/docsh3.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/drawfunc/fuconcustomshape.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/pagedlg/tphf.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/colrowba.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/drawview.cxx | 2 |
10 files changed, 14 insertions, 0 deletions
diff --git a/sc/sdi/scslots.hrc b/sc/sdi/scslots.hrc index 4697d1d17d38..4fc739b61fc5 100644 --- a/sc/sdi/scslots.hrc +++ b/sc/sdi/scslots.hrc @@ -18,6 +18,7 @@ */ #include <sfx2/sfxsids.hrc> #include <svx/svxids.hrc> +#include <svx/unomid.hxx> #include <editeng/editids.hrc> #include <editeng/memberids.h> #include <sc.hrc> diff --git a/sc/source/core/data/postit.cxx b/sc/source/core/data/postit.cxx index d2142f84747c..5b92edc04e4b 100644 --- a/sc/source/core/data/postit.cxx +++ b/sc/source/core/data/postit.cxx @@ -30,6 +30,7 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <scitems.hxx> +#include <svx/xfillit0.hxx> #include <svx/xlnstit.hxx> #include <svx/xlnstwit.hxx> #include <svx/xlnstcit.hxx> diff --git a/sc/source/filter/excel/xeescher.cxx b/sc/source/filter/excel/xeescher.cxx index 40cd9764ed6a..c1d139a629e3 100644 --- a/sc/source/filter/excel/xeescher.cxx +++ b/sc/source/filter/excel/xeescher.cxx @@ -59,6 +59,7 @@ #include <svx/unoapi.hxx> #include <svx/sdtaitm.hxx> #include <document.hxx> +#include <svx/xfillit0.hxx> #include <svx/xflclit.hxx> #include <oox/token/tokens.hxx> diff --git a/sc/source/filter/excel/xiescher.cxx b/sc/source/filter/excel/xiescher.cxx index 43c6fb3aa788..15fea088d3a2 100644 --- a/sc/source/filter/excel/xiescher.cxx +++ b/sc/source/filter/excel/xiescher.cxx @@ -45,6 +45,8 @@ #include <unotools/moduleoptions.hxx> #include <unotools/fltrcfg.hxx> #include <vcl/dibtools.hxx> +#include <vcl/gdimtf.hxx> +#include <vcl/window.hxx> #include <vcl/wmf.hxx> #include <comphelper/classids.hxx> #include <toolkit/helper/vclunohelper.hxx> @@ -86,6 +88,8 @@ #include <svx/xflclit.hxx> #include <sal/macros.h> #include <editeng/adjustitem.hxx> +#include <svx/xfillit0.hxx> +#include <svx/xlineit0.hxx> #include <svx/xlinjoit.hxx> #include <svx/xlntrit.hxx> #include <svx/xbtmpit.hxx> diff --git a/sc/source/ui/app/typemap.cxx b/sc/source/ui/app/typemap.cxx index 3a0f55977a00..bf40d09962b7 100644 --- a/sc/source/ui/app/typemap.cxx +++ b/sc/source/ui/app/typemap.cxx @@ -21,6 +21,7 @@ #include <mid.h> #include <editeng/memberids.h> +#include <svx/unomid.hxx> #include <sfx2/msg.hxx> #include <svl/slstitm.hxx> diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx index 38363688641e..64fc29f7634a 100644 --- a/sc/source/ui/docshell/docsh3.cxx +++ b/sc/source/ui/docshell/docsh3.cxx @@ -30,6 +30,7 @@ #include <sfx2/app.hxx> #include <sfx2/docfile.hxx> #include <sfx2/printer.hxx> +#include <svx/pageitem.hxx> #include <svx/postattr.hxx> #include <svx/svxids.hrc> #include <unotools/misccfg.hxx> diff --git a/sc/source/ui/drawfunc/fuconcustomshape.cxx b/sc/source/ui/drawfunc/fuconcustomshape.cxx index 2459720c251a..6650456afa34 100644 --- a/sc/source/ui/drawfunc/fuconcustomshape.cxx +++ b/sc/source/ui/drawfunc/fuconcustomshape.cxx @@ -26,6 +26,7 @@ #include <svl/stritem.hxx> #include <svx/svdpage.hxx> #include <svx/svdoashp.hxx> +#include <svx/xfillit0.hxx> #include <editeng/eeitem.hxx> #include <svx/sdtagitm.hxx> #include <tabvwsh.hxx> diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx index 9b4355817bcc..e1f8a0ea06ea 100644 --- a/sc/source/ui/pagedlg/tphf.cxx +++ b/sc/source/ui/pagedlg/tphf.cxx @@ -23,6 +23,7 @@ #include <sfx2/basedlgs.hxx> #include <sfx2/sfxdlg.hxx> #include <svl/style.hxx> +#include <svx/pageitem.hxx> #include <vcl/svapp.hxx> #include <attrib.hxx> diff --git a/sc/source/ui/view/colrowba.cxx b/sc/source/ui/view/colrowba.cxx index 8a7c786a9a3e..be8c28c0e646 100644 --- a/sc/source/ui/view/colrowba.cxx +++ b/sc/source/ui/view/colrowba.cxx @@ -18,6 +18,7 @@ */ #include <unotools/localedatawrapper.hxx> +#include <vcl/field.hxx> #include <colrowba.hxx> #include <document.hxx> diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx index f5d91a286dee..544644341a6b 100644 --- a/sc/source/ui/view/drawview.cxx +++ b/sc/source/ui/view/drawview.cxx @@ -27,6 +27,7 @@ #include <svx/svdoole2.hxx> #include <svx/svdouno.hxx> #include <svx/svdpage.hxx> +#include <svx/svdpagv.hxx> #include <svx/svdundo.hxx> #include <svx/svdocapt.hxx> #include <editeng/outlobj.hxx> @@ -35,6 +36,7 @@ #include <sfx2/bindings.hxx> #include <sfx2/viewfrm.hxx> #include <svx/sdrundomanager.hxx> +#include <svx/xfillit0.hxx> #include <svx/xbtmpit.hxx> #include <comphelper/lok.hxx> #include <sfx2/lokhelper.hxx> |