diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-06 21:41:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-16 09:15:41 +0200 |
commit | b53403c54c4fef4ecf5b9b8ba98eb643a0297858 (patch) | |
tree | ad254cc4836add9b260fee7b5068c849ec6340ae /include/canvas/base | |
parent | 8d4fbc532e2058a906b06471501385404ff31541 (diff) |
tdf#42949 Fix IWYU warnings in include/
Recheck directories in include/ between vcl
and svx in the module hierarchy
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
New IWYU and recent developments in f-u-i helped to identify
some non self contained files, those were fixed too.
Change-Id: Ieab6083ee2aae33baf32d05943b07ad2de6f9d7f
Reviewed-on: https://gerrit.libreoffice.org/75170
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/canvas/base')
-rw-r--r-- | include/canvas/base/canvasbase.hxx | 1 | ||||
-rw-r--r-- | include/canvas/base/canvascustomspritebase.hxx | 2 | ||||
-rw-r--r-- | include/canvas/base/graphicdevicebase.hxx | 6 |
3 files changed, 9 insertions, 0 deletions
diff --git a/include/canvas/base/canvasbase.hxx b/include/canvas/base/canvasbase.hxx index 3166e7fbb086..371b234b5ca1 100644 --- a/include/canvas/base/canvasbase.hxx +++ b/include/canvas/base/canvasbase.hxx @@ -21,6 +21,7 @@ #define INCLUDED_CANVAS_BASE_CANVASBASE_HXX #include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/rendering/TextDirection.hpp> #include <osl/diagnose.h> #include <osl/mutex.hxx> diff --git a/include/canvas/base/canvascustomspritebase.hxx b/include/canvas/base/canvascustomspritebase.hxx index cb75f500db62..f67a7849f69c 100644 --- a/include/canvas/base/canvascustomspritebase.hxx +++ b/include/canvas/base/canvascustomspritebase.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_CANVAS_BASE_CANVASCUSTOMSPRITEBASE_HXX #define INCLUDED_CANVAS_BASE_CANVASCUSTOMSPRITEBASE_HXX +#include <com/sun/star/rendering/XCanvas.hpp> + #include <basegfx/point/b2dpoint.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/range/b2drange.hxx> diff --git a/include/canvas/base/graphicdevicebase.hxx b/include/canvas/base/graphicdevicebase.hxx index b7b3b22a0921..5590178a7d8f 100644 --- a/include/canvas/base/graphicdevicebase.hxx +++ b/include/canvas/base/graphicdevicebase.hxx @@ -20,6 +20,12 @@ #ifndef INCLUDED_CANVAS_BASE_GRAPHICDEVICEBASE_HXX #define INCLUDED_CANVAS_BASE_GRAPHICDEVICEBASE_HXX +#include <com/sun/star/rendering/XBufferController.hpp> +#include <com/sun/star/rendering/XLinePolyPolygon2D.hpp> +#include <com/sun/star/rendering/XBezierPolyPolygon2D.hpp> +#include <com/sun/star/rendering/XBitmap.hpp> +#include <com/sun/star/rendering/XVolatileBitmap.hpp> + #include <rtl/ref.hxx> #include <canvas/parametricpolypolygon.hxx> |