diff options
author | Matteo Casalin <matteo.casalin@gmx.com> | 2012-12-25 15:18:26 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-07 13:14:57 +0000 |
commit | a4c7ded1fd2a879e66760a8fc3846af538da4b9d (patch) | |
tree | 128cbfa620ba4de837f78d7f831951a73c1f7b25 /cppcanvas/source | |
parent | 07969f6effe89b8cdc65764135337054751f280e (diff) |
Cleanup: #include <tools/gen.hxx>
Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530
Reviewed-on: https://gerrit.libreoffice.org/1484
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'cppcanvas/source')
-rw-r--r-- | cppcanvas/source/mtfrenderer/pointaction.cxx | 2 | ||||
-rw-r--r-- | cppcanvas/source/mtfrenderer/polypolyaction.cxx | 2 | ||||
-rw-r--r-- | cppcanvas/source/mtfrenderer/textaction.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/source/mtfrenderer/pointaction.cxx b/cppcanvas/source/mtfrenderer/pointaction.cxx index 72b2895b175b..43bd43ecce57 100644 --- a/cppcanvas/source/mtfrenderer/pointaction.cxx +++ b/cppcanvas/source/mtfrenderer/pointaction.cxx @@ -21,7 +21,7 @@ #include <rtl/logfile.hxx> #include <com/sun/star/rendering/XCanvas.hpp> -#include <tools/gen.hxx> +#include <sal/types.h> #include <vcl/canvastools.hxx> #include <basegfx/range/b2drange.hxx> diff --git a/cppcanvas/source/mtfrenderer/polypolyaction.cxx b/cppcanvas/source/mtfrenderer/polypolyaction.cxx index 723dea5dcf4d..92d70639e974 100644 --- a/cppcanvas/source/mtfrenderer/polypolyaction.cxx +++ b/cppcanvas/source/mtfrenderer/polypolyaction.cxx @@ -23,7 +23,7 @@ #include <com/sun/star/rendering/XCanvas.hpp> #include <com/sun/star/rendering/TexturingMode.hpp> -#include <tools/gen.hxx> +#include <sal/types.h> #include <vcl/canvastools.hxx> #include <basegfx/range/b2drectangle.hxx> diff --git a/cppcanvas/source/mtfrenderer/textaction.hxx b/cppcanvas/source/mtfrenderer/textaction.hxx index d6f0f33f5f21..b3218b0a2a1a 100644 --- a/cppcanvas/source/mtfrenderer/textaction.hxx +++ b/cppcanvas/source/mtfrenderer/textaction.hxx @@ -26,10 +26,10 @@ #include <cppcanvas/canvas.hxx> #include <cppcanvas/renderer.hxx> #include <tools/poly.hxx> -#include <tools/gen.hxx> class VirtualDevice; class Point; +class Size; class Color; class String; |