diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-19 01:06:09 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-27 10:35:30 +0100 |
commit | 8067be0721462079c1d91bff9865ba07bfc56b5a (patch) | |
tree | bd292ca9a03dd4072bafb4e19c6d5136f9b2dea5 /svtools | |
parent | 876463415a47113433a5bf92887e0623c6626649 (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ice2eb8c5994bf2ccb88972332ca4a1d3ed41752a
Reviewed-on: https://gerrit.libreoffice.org/63826
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter/exportdialog.cxx | 1 | ||||
-rw-r--r-- | svtools/source/filter/exportdialog.hxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/embedhlp.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/embedtransfer.cxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/unoiface.cxx | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/svtools/source/filter/exportdialog.cxx b/svtools/source/filter/exportdialog.cxx index 99c2ad2b1cd6..7c7a2ebe6c1b 100644 --- a/svtools/source/filter/exportdialog.cxx +++ b/svtools/source/filter/exportdialog.cxx @@ -25,6 +25,7 @@ #include <svtools/strings.hrc> #include <svtools/svtresid.hxx> #include <svtools/DocumentToGraphicRenderer.hxx> +#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/awt/Size.hpp> #include <com/sun/star/drawing/GraphicExportFilter.hpp> #include <com/sun/star/drawing/XDrawView.hpp> diff --git a/svtools/source/filter/exportdialog.hxx b/svtools/source/filter/exportdialog.hxx index 0b275beed358..c42ad377b7d2 100644 --- a/svtools/source/filter/exportdialog.hxx +++ b/svtools/source/filter/exportdialog.hxx @@ -23,6 +23,7 @@ #include <FltCallDialogParameter.hxx> #include <vcl/weld.hxx> +#include <tools/stream.hxx> #include <com/sun/star/document/XExporter.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/drawing/XShapes.hpp> diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx index 2a247d2b9dac..fdf904a6d2fd 100644 --- a/svtools/source/misc/embedhlp.cxx +++ b/svtools/source/misc/embedhlp.cxx @@ -20,6 +20,7 @@ #include <svtools/embedhlp.hxx> #include <vcl/graphicfilter.hxx> +#include <vcl/gdimtf.hxx> #include <bitmaps.hlst> #include <sal/log.hxx> diff --git a/svtools/source/misc/embedtransfer.cxx b/svtools/source/misc/embedtransfer.cxx index 9882a7dc98e3..39e0fb4bee3a 100644 --- a/svtools/source/misc/embedtransfer.cxx +++ b/svtools/source/misc/embedtransfer.cxx @@ -29,6 +29,7 @@ #include <svtools/embedtransfer.hxx> #include <tools/mapunit.hxx> #include <vcl/outdev.hxx> +#include <vcl/gdimtf.hxx> #include <comphelper/fileformat.h> #include <comphelper/propertysequence.hxx> #include <comphelper/storagehelper.hxx> diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx index a94d9ede4c33..a7e991683938 100644 --- a/svtools/source/uno/unoiface.cxx +++ b/svtools/source/uno/unoiface.cxx @@ -22,6 +22,7 @@ #include <vcl/fixedhyper.hxx> #include <vcl/prgsbar.hxx> #include <vcl/svapp.hxx> +#include <svl/zforlist.hxx> #include <svtools/svmedit.hxx> #include <unoiface.hxx> #include <svtools/filectrl.hxx> |