diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-18 16:01:16 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-22 08:56:11 +0200 |
commit | 3847676cf616ccce40037444e8386dec059487bf (patch) | |
tree | 91b01be4248945599617dde39911e518d2919832 /sc | |
parent | 9bd5ba2d3a6f63279acfeea63303825bd300c778 (diff) |
tdf#42949 Fix IWYU warnings in include/svx/[h-r]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ib7e1d0f7483aa8b5cab320278714f2d5f36fdbd9
Reviewed-on: https://gerrit.libreoffice.org/72534
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/miscdlgs/acredlin.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/optdlg/tpview.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/unoobj/confuno.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/miscdlgs/acredlin.cxx b/sc/source/ui/miscdlgs/acredlin.cxx index d57f785ae8cc..c04fa55f0b85 100644 --- a/sc/source/ui/miscdlgs/acredlin.cxx +++ b/sc/source/ui/miscdlgs/acredlin.cxx @@ -23,6 +23,7 @@ #include <unotools/collatorwrapper.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/basedlgs.hxx> +#include <vcl/commandevent.hxx> #include <acredlin.hxx> #include <global.hxx> diff --git a/sc/source/ui/optdlg/tpview.cxx b/sc/source/ui/optdlg/tpview.cxx index e4a10483313d..2033e8f1fc26 100644 --- a/sc/source/ui/optdlg/tpview.cxx +++ b/sc/source/ui/optdlg/tpview.cxx @@ -28,6 +28,7 @@ #include <units.hrc> #include <appoptio.hxx> #include <scmod.hxx> +#include <svl/eitem.hxx> #include <svx/colorbox.hxx> #include <svtools/unitconv.hxx> diff --git a/sc/source/ui/unoobj/confuno.cxx b/sc/source/ui/unoobj/confuno.cxx index 8130d1ce6556..d66c141ca7a2 100644 --- a/sc/source/ui/unoobj/confuno.cxx +++ b/sc/source/ui/unoobj/confuno.cxx @@ -45,6 +45,7 @@ #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> #include <osl/diagnose.h> +#include <tools/stream.hxx> using namespace com::sun::star; |