diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-08-23 23:20:13 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-26 09:16:05 +0200 |
commit | 1ddb742aed047a745bbcd1787d0f9cfa8f0beda5 (patch) | |
tree | ba9cc27929d3fc41a4239d1a303c6ad5c6dcaa36 /sd/source/ui/presenter | |
parent | 2fd083579d42d7649c162f18db235498198ff3f4 (diff) |
tdf#42949 Fix IWYU warnings in sd/source/ui/[p-t]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Idc9ca0ec1d888d3625f24b8dea4421408d2e7e7d
Reviewed-on: https://gerrit.libreoffice.org/78047
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/presenter')
-rw-r--r-- | sd/source/ui/presenter/PresenterCanvas.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/presenter/PresenterHelper.cxx | 6 | ||||
-rw-r--r-- | sd/source/ui/presenter/PresenterPreviewCache.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/presenter/PresenterTextView.cxx | 7 | ||||
-rw-r--r-- | sd/source/ui/presenter/SlideRenderer.cxx | 2 |
5 files changed, 1 insertions, 18 deletions
diff --git a/sd/source/ui/presenter/PresenterCanvas.cxx b/sd/source/ui/presenter/PresenterCanvas.cxx index 2c852fe86c51..83eb7c79f793 100644 --- a/sd/source/ui/presenter/PresenterCanvas.cxx +++ b/sd/source/ui/presenter/PresenterCanvas.cxx @@ -27,13 +27,11 @@ #include <basegfx/range/b2drectangle.hxx> #include <basegfx/utils/canvastools.hxx> #include <com/sun/star/awt/XWindow.hpp> -#include <canvas/canvastools.hxx> #include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase.hxx> #include <rtl/ref.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <vcl/window.hxx> -#include <vcl/svapp.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/presenter/PresenterHelper.cxx b/sd/source/ui/presenter/PresenterHelper.cxx index f340b507e8d3..6d621b8af4a9 100644 --- a/sd/source/ui/presenter/PresenterHelper.cxx +++ b/sd/source/ui/presenter/PresenterHelper.cxx @@ -22,16 +22,10 @@ #include <cstddef> #include "PresenterHelper.hxx" -#include "CanvasUpdateRequester.hxx" #include "PresenterCanvas.hxx" -#include <facreg.hxx> #include <cppcanvas/vclfactory.hxx> -#include <com/sun/star/awt/WindowAttribute.hpp> -#include <com/sun/star/awt/WindowClass.hpp> -#include <com/sun/star/awt/WindowDescriptor.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <toolkit/helper/vclunohelper.hxx> -#include <vcl/svapp.hxx> #include <vcl/window.hxx> #include <vcl/wrkwin.hxx> diff --git a/sd/source/ui/presenter/PresenterPreviewCache.cxx b/sd/source/ui/presenter/PresenterPreviewCache.cxx index 54fde4e3408b..42617e9bd133 100644 --- a/sd/source/ui/presenter/PresenterPreviewCache.cxx +++ b/sd/source/ui/presenter/PresenterPreviewCache.cxx @@ -18,11 +18,9 @@ */ #include "PresenterPreviewCache.hxx" -#include <facreg.hxx> #include <cache/SlsPageCache.hxx> #include <cache/SlsCacheContext.hxx> -#include <tools/IdleDetection.hxx> #include <vcl/bitmapex.hxx> #include <sdpage.hxx> #include <cppcanvas/vclfactory.hxx> diff --git a/sd/source/ui/presenter/PresenterTextView.cxx b/sd/source/ui/presenter/PresenterTextView.cxx index 8e2edc8d9326..3cda6da436ea 100644 --- a/sd/source/ui/presenter/PresenterTextView.cxx +++ b/sd/source/ui/presenter/PresenterTextView.cxx @@ -18,13 +18,10 @@ */ #include "PresenterTextView.hxx" -#include <facreg.hxx> #include <i18nlangtag/mslangid.hxx> #include <cppcanvas/vclfactory.hxx> #include <svl/itempool.hxx> -#include <svl/itemset.hxx> -#include <unotools/linguprops.hxx> #include <unotools/lingucfg.hxx> #include <editeng/colritem.hxx> #include <editeng/editeng.hxx> @@ -32,14 +29,12 @@ #include <editeng/eeitem.hxx> #include <editeng/fhgtitem.hxx> #include <editeng/fontitem.hxx> -#include <svx/xflclit.hxx> #include <vcl/bitmapex.hxx> #include <vcl/svapp.hxx> #include <vcl/virdev.hxx> #include <com/sun/star/awt/FontDescriptor.hpp> #include <com/sun/star/awt/Size.hpp> -#include <com/sun/star/rendering/XSpriteCanvas.hpp> -#include <com/sun/star/rendering/XBitmapCanvas.hpp> +#include <com/sun/star/rendering/XCanvas.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/util/Color.hpp> #include <com/sun/star/i18n/ScriptType.hpp> diff --git a/sd/source/ui/presenter/SlideRenderer.cxx b/sd/source/ui/presenter/SlideRenderer.cxx index 1dc835404e38..b4fd445a0344 100644 --- a/sd/source/ui/presenter/SlideRenderer.cxx +++ b/sd/source/ui/presenter/SlideRenderer.cxx @@ -18,10 +18,8 @@ */ #include "SlideRenderer.hxx" -#include <facreg.hxx> #include <sdpage.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <com/sun/star/rendering/XBitmapCanvas.hpp> #include <vcl/svapp.hxx> #include <cppcanvas/vclfactory.hxx> #include <cppuhelper/supportsservice.hxx> |