diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-02-17 20:09:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-02-21 14:04:45 +0100 |
commit | 4df97bdfac6fb41ec0e3cabd4bef17f2c4e8d84c (patch) | |
tree | 9e215f3d7e3e7b3bcdfa008b80b79cf2a5649861 /sdext/source | |
parent | d50a7151431335d1431bccef000ae39f84bdf135 (diff) |
Recheck modules sd* with IWYU
See tdf#42949 for motivation
Change-Id: I97c1a0e8c7f26807b12e6062581066d09ea13086
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130114
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sdext/source')
-rw-r--r-- | sdext/source/pdfimport/misc/pwdinteract.cxx | 1 | ||||
-rw-r--r-- | sdext/source/pdfimport/wrapper/wrapper.cxx | 8 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterController.cxx | 2 |
3 files changed, 0 insertions, 11 deletions
diff --git a/sdext/source/pdfimport/misc/pwdinteract.cxx b/sdext/source/pdfimport/misc/pwdinteract.cxx index 8bf54bddb99f..b80f6a60237e 100644 --- a/sdext/source/pdfimport/misc/pwdinteract.cxx +++ b/sdext/source/pdfimport/misc/pwdinteract.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/task/DocumentPasswordRequest.hpp> #include <cppuhelper/implbase.hxx> -#include <osl/mutex.hxx> #include <rtl/ref.hxx> #include <vcl/errcode.hxx> diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx index cfa256f0acfa..9a79e939046d 100644 --- a/sdext/source/pdfimport/wrapper/wrapper.cxx +++ b/sdext/source/pdfimport/wrapper/wrapper.cxx @@ -32,15 +32,12 @@ #include <osl/diagnose.h> #include <rtl/bootstrap.hxx> #include <rtl/ustring.hxx> -#include <rtl/ustrbuf.hxx> #include <rtl/strbuf.hxx> #include <sal/log.hxx> #include <comphelper/propertysequence.hxx> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <com/sun/star/awt/FontDescriptor.hpp> -#include <com/sun/star/beans/XMaterialHolder.hpp> #include <com/sun/star/rendering/PathCapType.hpp> #include <com/sun/star/rendering/PathJoinType.hpp> #include <com/sun/star/rendering/XPolyPolygon2D.hpp> @@ -49,8 +46,6 @@ #include <com/sun/star/geometry/RealRectangle2D.hpp> #include <com/sun/star/geometry/RealSize2D.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> -#include <com/sun/star/awt/FontWeight.hpp> -#include <tools/diagnose_ex.h> #include <basegfx/point/b2dpoint.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> @@ -66,9 +61,6 @@ #include <string_view> #include <unordered_map> #include <string.h> -#include <stdlib.h> - -#include <rtl/character.hxx> using namespace com::sun::star; diff --git a/sdext/source/presenter/PresenterController.cxx b/sdext/source/presenter/PresenterController.cxx index b6331c6d1634..4ad52f3ac402 100644 --- a/sdext/source/presenter/PresenterController.cxx +++ b/sdext/source/presenter/PresenterController.cxx @@ -19,8 +19,6 @@ #include <sal/config.h> -#include <string_view> - #include "PresenterController.hxx" #include "PresenterAccessibility.hxx" |