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 /reportdesign/source/ui | |
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 'reportdesign/source/ui')
-rw-r--r-- | reportdesign/source/ui/dlg/DateTime.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/inspection/GeometryHandler.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/report/ReportController.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/report/ReportWindow.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/report/StartMarker.cxx | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/reportdesign/source/ui/dlg/DateTime.cxx b/reportdesign/source/ui/dlg/DateTime.cxx index 9b91d657d4c0..6aa4c1566073 100644 --- a/reportdesign/source/ui/dlg/DateTime.cxx +++ b/reportdesign/source/ui/dlg/DateTime.cxx @@ -21,6 +21,7 @@ #include <rptui_slotid.hrc> #include <connectivity/dbconversion.hxx> #include <unotools/syslocale.hxx> +#include <i18nlangtag/languagetag.hxx> #include <UITools.hxx> #include <RptDef.hxx> #include <strings.hxx> diff --git a/reportdesign/source/ui/inspection/GeometryHandler.cxx b/reportdesign/source/ui/inspection/GeometryHandler.cxx index a90e1bd2b7f5..a5178650f7a8 100644 --- a/reportdesign/source/ui/inspection/GeometryHandler.cxx +++ b/reportdesign/source/ui/inspection/GeometryHandler.cxx @@ -36,6 +36,7 @@ #include <i18nutil/searchopt.hxx> #include <unotools/textsearch.hxx> #include <unotools/configmgr.hxx> +#include <unotools/localedatawrapper.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <unotools/syslocale.hxx> diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx index 0d4f3afb38a1..4ba304f1ed18 100644 --- a/reportdesign/source/ui/report/ReportController.cxx +++ b/reportdesign/source/ui/report/ReportController.cxx @@ -128,6 +128,7 @@ #include <svtools/cliplistener.hxx> #include <unotools/syslocale.hxx> #include <unotools/viewoptions.hxx> +#include <unotools/localedatawrapper.hxx> #include <osl/mutex.hxx> #include <PropertyForward.hxx> diff --git a/reportdesign/source/ui/report/ReportWindow.cxx b/reportdesign/source/ui/report/ReportWindow.cxx index b51e5164054f..78ce60cb7dbb 100644 --- a/reportdesign/source/ui/report/ReportWindow.cxx +++ b/reportdesign/source/ui/report/ReportWindow.cxx @@ -26,6 +26,7 @@ #include <svtools/colorcfg.hxx> #include <svl/itempool.hxx> #include <unotools/syslocale.hxx> +#include <unotools/localedatawrapper.hxx> #include <vcl/settings.hxx> diff --git a/reportdesign/source/ui/report/StartMarker.cxx b/reportdesign/source/ui/report/StartMarker.cxx index 0a6476cfd34e..9ed8e3b041b0 100644 --- a/reportdesign/source/ui/report/StartMarker.cxx +++ b/reportdesign/source/ui/report/StartMarker.cxx @@ -30,6 +30,7 @@ #include <vcl/settings.hxx> #include <unotools/syslocale.hxx> +#include <unotools/localedatawrapper.hxx> #define CORNER_SPACE 5 |