diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-02-19 22:43:10 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-03-01 08:21:00 +0100 |
commit | 144057a54a7283bf819de4a19c8067a3b8e2b3bf (patch) | |
tree | 1277a08c24d80a3fee42f7deabb63a5a57c3f47f /slideshow | |
parent | 5787a610df7f0e63054c51968c573b539452f67b (diff) |
Recheck modules s[f-t]* with IWYU
See tdf#42949 for motivation
Change-Id: I1f520aad1b1c942ad5616d96851016fc366ac58f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130203
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/IwyuFilter_slideshow.yaml | 2 | ||||
-rw-r--r-- | slideshow/source/engine/slide/shapemanagerimpl.cxx | 3 | ||||
-rw-r--r-- | slideshow/source/engine/slide/slideimpl.cxx | 1 | ||||
-rw-r--r-- | slideshow/test/slidetest.cxx | 1 | ||||
-rw-r--r-- | slideshow/test/views.cxx | 1 |
5 files changed, 1 insertions, 7 deletions
diff --git a/slideshow/IwyuFilter_slideshow.yaml b/slideshow/IwyuFilter_slideshow.yaml index 850b78285300..f75f9b536684 100644 --- a/slideshow/IwyuFilter_slideshow.yaml +++ b/slideshow/IwyuFilter_slideshow.yaml @@ -16,7 +16,7 @@ excludelist: - glm/gtc/type_ptr.hpp slideshow/source/engine/box2dtools.cxx: # Macro BOX2D_HEADER is resolved to this - - Box2D/Box2D.h + - box2d/box2d.h slideshow/source/engine/opengl/Operation.cxx: # Wrapper for external lib - glm/gtc/matrix_transform.hpp diff --git a/slideshow/source/engine/slide/shapemanagerimpl.cxx b/slideshow/source/engine/slide/shapemanagerimpl.cxx index 7ef3f455996f..1c730970e44f 100644 --- a/slideshow/source/engine/slide/shapemanagerimpl.cxx +++ b/slideshow/source/engine/slide/shapemanagerimpl.cxx @@ -18,15 +18,12 @@ */ #include <comphelper/processfactory.hxx> -#include <comphelper/servicehelper.hxx> #include <tools/diagnose_ex.h> #include <com/sun/star/awt/MouseButton.hpp> #include <com/sun/star/awt/SystemPointer.hpp> -#include <com/sun/star/presentation/XShapeEventListener.hpp> #include <com/sun/star/system/SystemShellExecute.hpp> #include <com/sun/star/system/SystemShellExecuteFlags.hpp> #include <com/sun/star/system/XSystemShellExecute.hpp> -#include <svx/unoshape.hxx> #include <svx/ImageMapInfo.hxx> #include "shapemanagerimpl.hxx" diff --git a/slideshow/source/engine/slide/slideimpl.cxx b/slideshow/source/engine/slide/slideimpl.cxx index 83607ddd7aaf..033af87565c4 100644 --- a/slideshow/source/engine/slide/slideimpl.cxx +++ b/slideshow/source/engine/slide/slideimpl.cxx @@ -50,7 +50,6 @@ #include <box2dtools.hxx> #include <vcl/graphicfilter.hxx> #include <svx/svdograf.hxx> -#include <svx/unoshape.hxx> using namespace ::com::sun::star; diff --git a/slideshow/test/slidetest.cxx b/slideshow/test/slidetest.cxx index b5e0cd687f56..ca5278a7acc7 100644 --- a/slideshow/test/slidetest.cxx +++ b/slideshow/test/slidetest.cxx @@ -18,7 +18,6 @@ */ #include <sal/types.h> -#include <tools/long.hxx> #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> diff --git a/slideshow/test/views.cxx b/slideshow/test/views.cxx index be8d6ecb0c82..275de3ae3207 100644 --- a/slideshow/test/views.cxx +++ b/slideshow/test/views.cxx @@ -22,7 +22,6 @@ #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include <unoview.hxx> #include <unoviewcontainer.hxx> #include "tests.hxx" |