diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-31 17:37:07 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-07 09:06:14 +0200 |
commit | 43ddddb703bcdb9430752af63ae46527f737f874 (patch) | |
tree | 92a64c08429bf89b0ee9ca2666a4a102e98b10f7 /svx/source | |
parent | 9c945cdbe170104cbacafa2c37babec5210b9ca2 (diff) |
tdf#42949 Fix IWYU warnings in svl/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Except source/svdde/* which is WIN-specific
Also recheck include/svl
Change-Id: I32d3bcb6b14665c56c07a2f10526329b08c64cbe
Reviewed-on: https://gerrit.libreoffice.org/73630
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/ClassificationDialog.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/compressgraphicdialog.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/dlgctrl.cxx | 1 | ||||
-rw-r--r-- | svx/source/sidebar/nbdtmg.cxx | 1 | ||||
-rw-r--r-- | svx/source/svdraw/svdoole2.cxx | 1 | ||||
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 1 | ||||
-rw-r--r-- | svx/source/xoutdev/xattrbmp.cxx | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/svx/source/dialog/ClassificationDialog.cxx b/svx/source/dialog/ClassificationDialog.cxx index 3c61c5399c47..a2989cc9a19b 100644 --- a/svx/source/dialog/ClassificationDialog.cxx +++ b/svx/source/dialog/ClassificationDialog.cxx @@ -22,6 +22,7 @@ #include <rtl/bootstrap.hxx> #include <rtl/uri.hxx> #include <config_folders.h> +#include <tools/stream.hxx> #include <tools/XmlWriter.hxx> #include <tools/XmlWalker.hxx> #include <vcl/customweld.hxx> diff --git a/svx/source/dialog/compressgraphicdialog.cxx b/svx/source/dialog/compressgraphicdialog.cxx index 17f2577a0afe..dcde367c383c 100644 --- a/svx/source/dialog/compressgraphicdialog.cxx +++ b/svx/source/dialog/compressgraphicdialog.cxx @@ -34,6 +34,7 @@ #include <comphelper/fileformat.h> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/XPropertySet.hpp> +#include <tools/stream.hxx> #include <unotools/localedatawrapper.hxx> using namespace com::sun::star::uno; diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx index dcc1f17bbe55..a19b8d2f11c2 100644 --- a/svx/source/dialog/dlgctrl.cxx +++ b/svx/source/dialog/dlgctrl.cxx @@ -28,6 +28,7 @@ #include <bitmaps.hlst> #include <svx/dlgctrl.hxx> #include <svx/dialmgr.hxx> +#include <tools/debug.hxx> #include <tools/poly.hxx> #include <vcl/region.hxx> #include <vcl/gradient.hxx> diff --git a/svx/source/sidebar/nbdtmg.cxx b/svx/source/sidebar/nbdtmg.cxx index 25c17e21f5a8..9b36547ae5b1 100644 --- a/svx/source/sidebar/nbdtmg.cxx +++ b/svx/source/sidebar/nbdtmg.cxx @@ -36,6 +36,7 @@ #include <vcl/settings.hxx> #include <i18nlangtag/languagetag.hxx> +#include <tools/debug.hxx> #include <tools/urlobj.hxx> #include <unotools/streamwrap.hxx> #include <unotools/ucbstreamhelper.hxx> diff --git a/svx/source/svdraw/svdoole2.cxx b/svx/source/svdraw/svdoole2.cxx index 75a36a4af429..225d31687097 100644 --- a/svx/source/svdraw/svdoole2.cxx +++ b/svx/source/svdraw/svdoole2.cxx @@ -54,6 +54,7 @@ #include <tools/stream.hxx> #include <comphelper/anytostring.hxx> #include <svx/svdpagv.hxx> +#include <tools/debug.hxx> #include <tools/globname.hxx> #include <tools/diagnose_ex.h> #include <vcl/jobset.hxx> diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index d7b9b0f71561..46ec04c2f77b 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -64,6 +64,7 @@ #include <svx/svdomeas.hxx> #include <svx/svdpagv.hxx> #include <svx/svdpool.hxx> +#include <tools/stream.hxx> #include <tools/gen.hxx> #include <svx/svdocapt.hxx> #include <svx/obj3d.hxx> diff --git a/svx/source/xoutdev/xattrbmp.cxx b/svx/source/xoutdev/xattrbmp.cxx index 7d5ebec8c7bf..49e589542b50 100644 --- a/svx/source/xoutdev/xattrbmp.cxx +++ b/svx/source/xoutdev/xattrbmp.cxx @@ -19,6 +19,7 @@ #include <com/sun/star/awt/XBitmap.hpp> #include <com/sun/star/graphic/XGraphic.hpp> +#include <tools/debug.hxx> #include <tools/stream.hxx> #include <vcl/window.hxx> #include <vcl/virdev.hxx> |