diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-01 17:59:14 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-12-03 15:13:07 +0100 |
commit | be99b42489b3dad31e2a92ece937131803b17275 (patch) | |
tree | d05fd370dce737eecb7461373b0daf091063aa62 /vcl | |
parent | b3e77dd93f2305f09e89d9a23a9b4404d7c796ba (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I5a4951e983078ab6b6cbf0e96b00a20584b85e20
Reviewed-on: https://gerrit.libreoffice.org/64398
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/jobset.h | 1 | ||||
-rw-r--r-- | vcl/inc/printdlg.hxx | 5 | ||||
-rw-r--r-- | vcl/inc/salprn.hxx | 1 | ||||
-rw-r--r-- | vcl/osx/salprn.cxx | 1 | ||||
-rw-r--r-- | vcl/source/filter/ipdf/pdfdocument.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.hxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl2.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/pngwrite.cxx | 3 | ||||
-rw-r--r-- | vcl/unx/generic/print/genprnpsp.cxx | 1 |
10 files changed, 16 insertions, 0 deletions
diff --git a/vcl/inc/jobset.h b/vcl/inc/jobset.h index af9fec49084f..c404f0c8cec8 100644 --- a/vcl/inc/jobset.h +++ b/vcl/inc/jobset.h @@ -21,6 +21,7 @@ #define INCLUDED_VCL_INC_JOBSET_H #include <rtl/ustring.hxx> +#include <i18nutil/paper.hxx> #include <vcl/prntypes.hxx> #include <unordered_map> diff --git a/vcl/inc/printdlg.hxx b/vcl/inc/printdlg.hxx index 5fe92285d650..5cf84e0e475b 100644 --- a/vcl/inc/printdlg.hxx +++ b/vcl/inc/printdlg.hxx @@ -32,6 +32,11 @@ #include <vcl/tabctrl.hxx> #include <vcl/tabpage.hxx> #include <vcl/virdev.hxx> +#include <vcl/gdimtf.hxx> + +namespace vcl { + class PrintDialog; +} namespace vcl { diff --git a/vcl/inc/salprn.hxx b/vcl/inc/salprn.hxx index d9669793655d..f13d81945969 100644 --- a/vcl/inc/salprn.hxx +++ b/vcl/inc/salprn.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_VCL_INC_SALPRN_HXX #define INCLUDED_VCL_INC_SALPRN_HXX +#include <i18nutil/paper.hxx> #include <vcl/prntypes.hxx> #include <vcl/dllapi.h> diff --git a/vcl/osx/salprn.cxx b/vcl/osx/salprn.cxx index 08f696345aa2..4f1981b146ec 100644 --- a/vcl/osx/salprn.cxx +++ b/vcl/osx/salprn.cxx @@ -19,6 +19,7 @@ #include <officecfg/Office/Common.hxx> +#include <vcl/gdimtf.hxx> #include <vcl/print.hxx> #include <sal/macros.h> #include <osl/diagnose.h> diff --git a/vcl/source/filter/ipdf/pdfdocument.cxx b/vcl/source/filter/ipdf/pdfdocument.cxx index 83ecf677f1ed..aa2cf037dd7c 100644 --- a/vcl/source/filter/ipdf/pdfdocument.cxx +++ b/vcl/source/filter/ipdf/pdfdocument.cxx @@ -14,6 +14,7 @@ #include <vector> #include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/security/XCertificate.hpp> #include <comphelper/scopeguard.hxx> #include <comphelper/string.hxx> diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index e23bfdfb0ef9..5a7bc38b643a 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -41,6 +41,7 @@ #include <basegfx/polygon/b2dpolypolygoncutter.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <memory> +#include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/util/URL.hpp> #include <com/sun/star/util/URLTransformer.hpp> diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx index 699ab7a377eb..a6f2f7337a6a 100644 --- a/vcl/source/gdi/pdfwriter_impl.hxx +++ b/vcl/source/gdi/pdfwriter_impl.hxx @@ -35,6 +35,7 @@ #include <tools/gen.hxx> #include <vcl/bitmapex.hxx> #include <vcl/gradient.hxx> +#include <vcl/graphictools.hxx> #include <vcl/hatch.hxx> #include <vcl/virdev.hxx> #include <vcl/pdfwriter.hxx> diff --git a/vcl/source/gdi/pdfwriter_impl2.cxx b/vcl/source/gdi/pdfwriter_impl2.cxx index 82f99a33cd00..d7b7cf29ba80 100644 --- a/vcl/source/gdi/pdfwriter_impl2.cxx +++ b/vcl/source/gdi/pdfwriter_impl2.cxx @@ -41,6 +41,7 @@ #include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/graphic/GraphicProvider.hpp> #include <com/sun/star/graphic/XGraphicProvider.hpp> +#include <com/sun/star/beans/XMaterialHolder.hpp> #include <cppuhelper/implbase.hxx> diff --git a/vcl/source/gdi/pngwrite.cxx b/vcl/source/gdi/pngwrite.cxx index 7189791ae315..4122c5f0d82e 100644 --- a/vcl/source/gdi/pngwrite.cxx +++ b/vcl/source/gdi/pngwrite.cxx @@ -18,6 +18,9 @@ */ #include <vcl/pngwrite.hxx> +#include <vcl/bitmapex.hxx> + +#include <com/sun/star/beans/PropertyValue.hpp> #include <cmath> #include <limits> diff --git a/vcl/unx/generic/print/genprnpsp.cxx b/vcl/unx/generic/print/genprnpsp.cxx index 69080676102f..6b7f089f3ffd 100644 --- a/vcl/unx/generic/print/genprnpsp.cxx +++ b/vcl/unx/generic/print/genprnpsp.cxx @@ -38,6 +38,7 @@ #include <rtl/ustring.hxx> #include <sal/log.hxx> +#include <vcl/gdimtf.hxx> #include <vcl/idle.hxx> #include <vcl/print.hxx> #include <vcl/pdfwriter.hxx> |