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/test | |
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/test')
-rw-r--r-- | slideshow/test/slidetest.cxx | 2 | ||||
-rw-r--r-- | slideshow/test/views.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/slideshow/test/slidetest.cxx b/slideshow/test/slidetest.cxx index c5dadb8a823e..2804e79a77e0 100644 --- a/slideshow/test/slidetest.cxx +++ b/slideshow/test/slidetest.cxx @@ -23,8 +23,6 @@ #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include <comphelper/broadcasthelper.hxx> - #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/range/b2drectangle.hxx> #include <cppcanvas/spritecanvas.hxx> diff --git a/slideshow/test/views.cxx b/slideshow/test/views.cxx index dd09ce5ef9a8..0120380f0426 100644 --- a/slideshow/test/views.cxx +++ b/slideshow/test/views.cxx @@ -22,8 +22,6 @@ #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include <comphelper/broadcasthelper.hxx> - #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/range/b2drectangle.hxx> #include <cppcanvas/spritecanvas.hxx> |