diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-02-26 20:37:49 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-02-27 15:00:06 +0100 |
commit | 35fc4527210ed4b4faee1802ad23bc8da619a2d0 (patch) | |
tree | 7843449829c9e845a8d854d0cdbf8e105031d10a /canvas | |
parent | 1aa5a3874bf716acfbded2a09319dce5d4ce8c0d (diff) |
remove unused vclunohelper.hxx includes
Change-Id: I68178379e5493d0e738861a4dce5aa6e4b58cd22
Reviewed-on: https://gerrit.libreoffice.org/50393
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/cairo/cairo_canvas.cxx | 1 | ||||
-rw-r--r-- | canvas/source/cairo/cairo_devicehelper.cxx | 1 | ||||
-rw-r--r-- | canvas/source/cairo/cairo_spritedevicehelper.cxx | 1 | ||||
-rw-r--r-- | canvas/source/directx/dx_canvas.cxx | 1 | ||||
-rw-r--r-- | canvas/source/directx/dx_devicehelper.cxx | 1 | ||||
-rw-r--r-- | canvas/source/vcl/devicehelper.cxx | 1 | ||||
-rw-r--r-- | canvas/source/vcl/spritedevicehelper.cxx | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/canvas/source/cairo/cairo_canvas.cxx b/canvas/source/cairo/cairo_canvas.cxx index 043b7b7860a3..13e5fd23c9ca 100644 --- a/canvas/source/cairo/cairo_canvas.cxx +++ b/canvas/source/cairo/cairo_canvas.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <osl/mutex.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <vcl/sysdata.hxx> #include <vcl/opengl/OpenGLWrapper.hxx> diff --git a/canvas/source/cairo/cairo_devicehelper.cxx b/canvas/source/cairo/cairo_devicehelper.cxx index 258f81af88e9..63c89c5fcb9d 100644 --- a/canvas/source/cairo/cairo_devicehelper.cxx +++ b/canvas/source/cairo/cairo_devicehelper.cxx @@ -22,7 +22,6 @@ #include <basegfx/utils/canvastools.hxx> #include <basegfx/utils/unopolypolygon.hxx> #include <com/sun/star/lang/NoSupportException.hpp> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/stream.hxx> #include <vcl/canvastools.hxx> #include <vcl/dibtools.hxx> diff --git a/canvas/source/cairo/cairo_spritedevicehelper.cxx b/canvas/source/cairo/cairo_spritedevicehelper.cxx index 483aaa13bbb2..5e14d3fc7e3f 100644 --- a/canvas/source/cairo/cairo_spritedevicehelper.cxx +++ b/canvas/source/cairo/cairo_spritedevicehelper.cxx @@ -22,7 +22,6 @@ #include <basegfx/utils/canvastools.hxx> #include <basegfx/utils/unopolypolygon.hxx> #include <com/sun/star/lang/NoSupportException.hpp> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/cairo.hxx> #include <vcl/canvastools.hxx> #include <vcl/syschild.hxx> diff --git a/canvas/source/directx/dx_canvas.cxx b/canvas/source/directx/dx_canvas.cxx index 03eb74bd8d6e..d2bfe126fb23 100644 --- a/canvas/source/directx/dx_canvas.cxx +++ b/canvas/source/directx/dx_canvas.cxx @@ -33,7 +33,6 @@ #include <cppuhelper/factory.hxx> #include <cppuhelper/implementationentry.hxx> #include <osl/mutex.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <vcl/sysdata.hxx> #include <vcl/opengl/OpenGLWrapper.hxx> diff --git a/canvas/source/directx/dx_devicehelper.cxx b/canvas/source/directx/dx_devicehelper.cxx index e73b8c68e65d..767488f75672 100644 --- a/canvas/source/directx/dx_devicehelper.cxx +++ b/canvas/source/directx/dx_devicehelper.cxx @@ -21,7 +21,6 @@ #include <basegfx/utils/canvastools.hxx> #include <com/sun/star/lang/NoSupportException.hpp> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <vcl/canvastools.hxx> #include <vcl/outdev.hxx> diff --git a/canvas/source/vcl/devicehelper.cxx b/canvas/source/vcl/devicehelper.cxx index 35e78123c6e7..b90cbdabb8b7 100644 --- a/canvas/source/vcl/devicehelper.cxx +++ b/canvas/source/vcl/devicehelper.cxx @@ -23,7 +23,6 @@ #include <basegfx/utils/unopolypolygon.hxx> #include <canvas/canvastools.hxx> #include <rtl/instance.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <vcl/canvastools.hxx> #include <vcl/dibtools.hxx> diff --git a/canvas/source/vcl/spritedevicehelper.cxx b/canvas/source/vcl/spritedevicehelper.cxx index 502b73280f7f..021abba778d8 100644 --- a/canvas/source/vcl/spritedevicehelper.cxx +++ b/canvas/source/vcl/spritedevicehelper.cxx @@ -21,7 +21,6 @@ #include <basegfx/utils/canvastools.hxx> #include <canvas/canvastools.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/canvastools.hxx> #include <vcl/dibtools.hxx> |