diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-03 18:58:38 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-12-10 14:19:50 +0100 |
commit | 00b49f9ff9777cb1c1e971feec55b2448fba8be2 (patch) | |
tree | f10cc2251c4950f12673d3ed342702093141f668 /sd | |
parent | 0005b330eaed0b5559042d2597fb45e0c9125d7e (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/s*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie87d27dd2c385a63349e0b322fd067ba03d2d152
Reviewed-on: https://gerrit.libreoffice.org/64479
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/drawdoc4.cxx | 1 | ||||
-rw-r--r-- | sd/source/filter/eppt/pptx-text.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/annotations/annotationmanager.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/app/optsitem.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slideshow/showwin.cxx | 1 |
5 files changed, 6 insertions, 0 deletions
diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx index 83297fce1310..412a05e74ca1 100644 --- a/sd/source/core/drawdoc4.cxx +++ b/sd/source/core/drawdoc4.cxx @@ -21,6 +21,7 @@ #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/drawing/LineStyle.hpp> +#include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/mslangid.hxx> #include <sfx2/docfile.hxx> #include <sfx2/dispatch.hxx> diff --git a/sd/source/filter/eppt/pptx-text.cxx b/sd/source/filter/eppt/pptx-text.cxx index 4c43f1cf181f..8d2f6c24c04d 100644 --- a/sd/source/filter/eppt/pptx-text.cxx +++ b/sd/source/filter/eppt/pptx-text.cxx @@ -50,6 +50,7 @@ #include <svl/languageoptions.hxx> #include <oox/export/drawingml.hxx> #include <osl/diagnose.h> +#include <i18nlangtag/languagetag.hxx> #include <vcl/settings.hxx> #include <vcl/metric.hxx> diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx index fb76dca613b5..dc85ab59c397 100644 --- a/sd/source/ui/annotations/annotationmanager.cxx +++ b/sd/source/ui/annotations/annotationmanager.cxx @@ -38,6 +38,7 @@ #include <svl/style.hxx> #include <svl/itempool.hxx> #include <unotools/datetime.hxx> +#include <unotools/localedatawrapper.hxx> #include <unotools/useroptions.hxx> #include <unotools/syslocale.hxx> #include <unotools/saveopt.hxx> diff --git a/sd/source/ui/app/optsitem.cxx b/sd/source/ui/app/optsitem.cxx index a087ae3a8975..300c513fb570 100644 --- a/sd/source/ui/app/optsitem.cxx +++ b/sd/source/ui/app/optsitem.cxx @@ -24,7 +24,9 @@ #include <svx/svxids.hrc> #include <sfx2/app.hxx> #include <tools/helpers.hxx> +#include <unotools/localedatawrapper.hxx> #include <unotools/syslocale.hxx> +#include <i18nlangtag/languagetag.hxx> #include <sdmod.hxx> #include <optsitem.hxx> diff --git a/sd/source/ui/slideshow/showwin.cxx b/sd/source/ui/slideshow/showwin.cxx index daee8a5d75bf..e7c72e29af2e 100644 --- a/sd/source/ui/slideshow/showwin.cxx +++ b/sd/source/ui/slideshow/showwin.cxx @@ -21,6 +21,7 @@ #include "showwindow.hxx" +#include <unotools/localedatawrapper.hxx> #include <unotools/syslocale.hxx> #include <sfx2/viewfrm.hxx> |