diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-14 22:31:33 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-15 11:17:24 +0200 |
commit | b4d36b5dcfc84b2aa8913ac69ad12077713cee84 (patch) | |
tree | dafa07a7290a7e913eeb3d7a23c4366d01fcf2d8 /slideshow/source/engine/shapes | |
parent | c8c74a0b4ca6f3a3619f423b6548c80c52392ae0 (diff) |
remove some unused comphelper includes
and fix the fallout
Change-Id: I5d0c2040f57a3ac354a7e277592da31d09a5f359
Reviewed-on: https://gerrit.libreoffice.org/52894
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'slideshow/source/engine/shapes')
-rw-r--r-- | slideshow/source/engine/shapes/gdimtftools.cxx | 1 | ||||
-rw-r--r-- | slideshow/source/engine/shapes/viewappletshape.cxx | 1 | ||||
-rw-r--r-- | slideshow/source/engine/shapes/viewshape.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/slideshow/source/engine/shapes/gdimtftools.cxx b/slideshow/source/engine/shapes/gdimtftools.cxx index 2c0b741d1884..77ff57810ec9 100644 --- a/slideshow/source/engine/shapes/gdimtftools.cxx +++ b/slideshow/source/engine/shapes/gdimtftools.cxx @@ -32,7 +32,6 @@ #include <cppuhelper/compbase.hxx> #include <comphelper/fileformat.h> -#include <comphelper/uno3.hxx> #include <tools/stream.hxx> #include <vcl/svapp.hxx> diff --git a/slideshow/source/engine/shapes/viewappletshape.cxx b/slideshow/source/engine/shapes/viewappletshape.cxx index 66bd38b9e665..eb7e739f0fbe 100644 --- a/slideshow/source/engine/shapes/viewappletshape.cxx +++ b/slideshow/source/engine/shapes/viewappletshape.cxx @@ -20,7 +20,6 @@ #include <tools/diagnose_ex.h> -#include <comphelper/anytostring.hxx> #include <cppuhelper/exc_hlp.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> diff --git a/slideshow/source/engine/shapes/viewshape.cxx b/slideshow/source/engine/shapes/viewshape.cxx index fd874a46c886..a43c258fd305 100644 --- a/slideshow/source/engine/shapes/viewshape.cxx +++ b/slideshow/source/engine/shapes/viewshape.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/awt/FontSlant.hpp> #include <cppuhelper/exc_hlp.hxx> -#include <comphelper/anytostring.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/numeric/ftools.hxx> |