diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-12 20:55:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-19 09:38:53 +0100 |
commit | 492ea7e08571e466e37f870b7642a79df55c2e92 (patch) | |
tree | 902686cce366dc110cb46d8164b22658235c575e /sd | |
parent | 50e644253f78ab002f180fb8e82ca181b95cb7ff (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[ab]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: If18c80fc64e55d797953e24e40e5d5e62bd9c625
Reviewed-on: https://gerrit.libreoffice.org/63453
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/pptx-text.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/accessibility/AccessibleViewForwarder.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/dlg/filedlg.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/view/SlsFramePainter.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/view/SlsLayouter.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/view/SlsPageObjectLayouter.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/view/SlsTheme.cxx | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/sd/source/filter/eppt/pptx-text.cxx b/sd/source/filter/eppt/pptx-text.cxx index eef5558dbed3..ea4294842be4 100644 --- a/sd/source/filter/eppt/pptx-text.cxx +++ b/sd/source/filter/eppt/pptx-text.cxx @@ -49,6 +49,7 @@ #include <sfx2/app.hxx> #include <svl/languageoptions.hxx> #include <oox/export/drawingml.hxx> +#include <osl/diagnose.h> #include <vcl/settings.hxx> #include <vcl/metric.hxx> diff --git a/sd/source/ui/accessibility/AccessibleViewForwarder.cxx b/sd/source/ui/accessibility/AccessibleViewForwarder.cxx index 72d7afcb985b..e7cf58debcc6 100644 --- a/sd/source/ui/accessibility/AccessibleViewForwarder.cxx +++ b/sd/source/ui/accessibility/AccessibleViewForwarder.cxx @@ -21,6 +21,7 @@ #include <svx/svdpntv.hxx> #include <vcl/outdev.hxx> #include <svx/sdrpaintwindow.hxx> +#include <osl/diagnose.h> namespace accessibility { diff --git a/sd/source/ui/animations/CustomAnimationList.cxx b/sd/source/ui/animations/CustomAnimationList.cxx index c4bfa9aa7e93..72119b3634ba 100644 --- a/sd/source/ui/animations/CustomAnimationList.cxx +++ b/sd/source/ui/animations/CustomAnimationList.cxx @@ -33,6 +33,7 @@ #include <vcl/settings.hxx> #include <vcl/builderfactory.hxx> #include <o3tl/make_unique.hxx> +#include <osl/diagnose.h> #include <sdresid.hxx> diff --git a/sd/source/ui/dlg/filedlg.cxx b/sd/source/ui/dlg/filedlg.cxx index 56688e35932a..268c0f4a9f9d 100644 --- a/sd/source/ui/dlg/filedlg.cxx +++ b/sd/source/ui/dlg/filedlg.cxx @@ -31,6 +31,7 @@ #include <vcl/idle.hxx> #include <sal/types.h> #include <osl/thread.hxx> +#include <osl/diagnose.h> #include <vcl/svapp.hxx> #include <sfx2/filedlghelper.hxx> #include <avmedia/mediawindow.hxx> diff --git a/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx b/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx index 6af085d1c12c..b6955b78c9e4 100644 --- a/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx +++ b/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx @@ -26,6 +26,7 @@ #include <rtl/ustring.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <com/sun/star/uno/Any.hxx> #include <set> diff --git a/sd/source/ui/slidesorter/view/SlsFramePainter.cxx b/sd/source/ui/slidesorter/view/SlsFramePainter.cxx index ad5e891bb970..e32429c05025 100644 --- a/sd/source/ui/slidesorter/view/SlsFramePainter.cxx +++ b/sd/source/ui/slidesorter/view/SlsFramePainter.cxx @@ -20,6 +20,7 @@ #include "SlsFramePainter.hxx" #include <vcl/outdev.hxx> #include <vcl/bitmapaccess.hxx> +#include <osl/diagnose.h> namespace sd { namespace slidesorter { namespace view { diff --git a/sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx b/sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx index 47099f1211e5..cd05e4c04401 100644 --- a/sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx +++ b/sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx @@ -23,6 +23,7 @@ #include <vcl/window.hxx> #include <vcl/virdev.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <tools/gen.hxx> #include <tools/fract.hxx> diff --git a/sd/source/ui/slidesorter/view/SlsLayouter.cxx b/sd/source/ui/slidesorter/view/SlsLayouter.cxx index ca0560874257..ba9090c58173 100644 --- a/sd/source/ui/slidesorter/view/SlsLayouter.cxx +++ b/sd/source/ui/slidesorter/view/SlsLayouter.cxx @@ -25,6 +25,7 @@ #include <Window.hxx> #include <rtl/math.hxx> #include <basegfx/numeric/ftools.hxx> +#include <osl/diagnose.h> namespace sd { namespace slidesorter { namespace view { diff --git a/sd/source/ui/slidesorter/view/SlsPageObjectLayouter.cxx b/sd/source/ui/slidesorter/view/SlsPageObjectLayouter.cxx index 7b373be669dd..93be4844ebbd 100644 --- a/sd/source/ui/slidesorter/view/SlsPageObjectLayouter.cxx +++ b/sd/source/ui/slidesorter/view/SlsPageObjectLayouter.cxx @@ -26,6 +26,7 @@ #include <Window.hxx> #include <bitmaps.hlst> +#include <osl/diagnose.h> namespace sd { namespace slidesorter { namespace view { diff --git a/sd/source/ui/slidesorter/view/SlsTheme.cxx b/sd/source/ui/slidesorter/view/SlsTheme.cxx index 736760e7aefb..b7976d9c55ca 100644 --- a/sd/source/ui/slidesorter/view/SlsTheme.cxx +++ b/sd/source/ui/slidesorter/view/SlsTheme.cxx @@ -27,6 +27,7 @@ #include <vcl/settings.hxx> #include <svtools/colorcfg.hxx> +#include <osl/diagnose.h> namespace sd { namespace slidesorter { namespace view { |