diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-11-11 01:36:45 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-11-13 09:45:38 +0100 |
commit | 258e06cfffe7ceebb86cefa2413d6af476a972c6 (patch) | |
tree | a6bbf0709ea6ca0288e6be9eeca0990a0d9b46bd /sdext/source/pdfimport/inc | |
parent | 1b83d562fb6774cd416d32232596b10c07fa6d3b (diff) |
tdf#42949 Fix IWYU warnings in sdext/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I73e11bb945df16d2599b5421b552e155dacdf860
Reviewed-on: https://gerrit.libreoffice.org/82411
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sdext/source/pdfimport/inc')
-rw-r--r-- | sdext/source/pdfimport/inc/genericelements.hxx | 1 | ||||
-rw-r--r-- | sdext/source/pdfimport/inc/imagecontainer.hxx | 4 | ||||
-rw-r--r-- | sdext/source/pdfimport/inc/pdfihelper.hxx | 1 | ||||
-rw-r--r-- | sdext/source/pdfimport/inc/pdfiprocessor.hxx | 9 | ||||
-rw-r--r-- | sdext/source/pdfimport/inc/treevisiting.hxx | 2 | ||||
-rw-r--r-- | sdext/source/pdfimport/inc/treevisitorfactory.hxx | 1 | ||||
-rw-r--r-- | sdext/source/pdfimport/inc/wrapper.hxx | 1 |
7 files changed, 3 insertions, 16 deletions
diff --git a/sdext/source/pdfimport/inc/genericelements.hxx b/sdext/source/pdfimport/inc/genericelements.hxx index ff8f4a368285..177533501f3f 100644 --- a/sdext/source/pdfimport/inc/genericelements.hxx +++ b/sdext/source/pdfimport/inc/genericelements.hxx @@ -26,7 +26,6 @@ #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <basegfx/polygon/b2dpolypolygon.hxx> -#include <basegfx/range/b2drange.hxx> #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> diff --git a/sdext/source/pdfimport/inc/imagecontainer.hxx b/sdext/source/pdfimport/inc/imagecontainer.hxx index 2c7af596f441..d21ed7504f63 100644 --- a/sdext/source/pdfimport/inc/imagecontainer.hxx +++ b/sdext/source/pdfimport/inc/imagecontainer.hxx @@ -22,9 +22,7 @@ #include "pdfihelper.hxx" -#include <rtl/ustring.hxx> -#include <com/sun/star/uno/XComponentContext.hpp> -#include <com/sun/star/awt/XBitmap.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> #include <vector> diff --git a/sdext/source/pdfimport/inc/pdfihelper.hxx b/sdext/source/pdfimport/inc/pdfihelper.hxx index 6557ffad8612..b32d439c42d4 100644 --- a/sdext/source/pdfimport/inc/pdfihelper.hxx +++ b/sdext/source/pdfimport/inc/pdfihelper.hxx @@ -27,7 +27,6 @@ #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolygon.hxx> -#include <com/sun/star/rendering/XColorSpace.hpp> #include <com/sun/star/rendering/PathCapType.hpp> #include <com/sun/star/rendering/PathJoinType.hpp> diff --git a/sdext/source/pdfimport/inc/pdfiprocessor.hxx b/sdext/source/pdfimport/inc/pdfiprocessor.hxx index a4c16407a39d..89f9d601b7b0 100644 --- a/sdext/source/pdfimport/inc/pdfiprocessor.hxx +++ b/sdext/source/pdfimport/inc/pdfiprocessor.hxx @@ -20,24 +20,15 @@ #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_PDFIPROCESSOR_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_PDFIPROCESSOR_HXX -#include <com/sun/star/util/XStringMapping.hpp> -#include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> -#include <com/sun/star/rendering/XVolatileBitmap.hpp> #include <com/sun/star/geometry/RealSize2D.hpp> -#include <com/sun/star/geometry/RealPoint2D.hpp> #include <com/sun/star/geometry/RealRectangle2D.hpp> #include <com/sun/star/geometry/Matrix2D.hpp> -#include <basegfx/polygon/b2dpolypolygon.hxx> -#include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> -#include <basegfx/range/b2drange.hxx> #include <rtl/ustring.hxx> -#include <rtl/ustrbuf.hxx> -#include <list> #include <memory> #include <unordered_map> diff --git a/sdext/source/pdfimport/inc/treevisiting.hxx b/sdext/source/pdfimport/inc/treevisiting.hxx index 8c950ec97262..120166594af3 100644 --- a/sdext/source/pdfimport/inc/treevisiting.hxx +++ b/sdext/source/pdfimport/inc/treevisiting.hxx @@ -22,7 +22,7 @@ #include <sal/config.h> #include <list> - +#include <memory> namespace pdfi { diff --git a/sdext/source/pdfimport/inc/treevisitorfactory.hxx b/sdext/source/pdfimport/inc/treevisitorfactory.hxx index cd7fcd212f2a..45621b318e5e 100644 --- a/sdext/source/pdfimport/inc/treevisitorfactory.hxx +++ b/sdext/source/pdfimport/inc/treevisitorfactory.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_TREEVISITORFACTORY_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_TREEVISITORFACTORY_HXX -#include "pdfihelper.hxx" #include <memory> namespace pdfi diff --git a/sdext/source/pdfimport/inc/wrapper.hxx b/sdext/source/pdfimport/inc/wrapper.hxx index 0feaaa306eef..932b1009fb14 100644 --- a/sdext/source/pdfimport/inc/wrapper.hxx +++ b/sdext/source/pdfimport/inc/wrapper.hxx @@ -22,6 +22,7 @@ #include "contentsink.hxx" #include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/task/XInteractionHandler.hpp> namespace com { namespace sun { namespace star { namespace uno { |