diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-20 12:00:50 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-26 15:08:18 +0200 |
commit | 33623f3117d88683fbc9e66792e5030c0322946e (patch) | |
tree | b817ac4b192e355de61ebff3e22187ca414cf8f2 /svx | |
parent | 31a8d9c711dfdbdb4b11067125d763b1d570033b (diff) |
tdf#42949 Fix IWYU warnings in include/unotools/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I444c43b9d549977039f25bec2b5bf666c3e15e0e
Reviewed-on: https://gerrit.libreoffice.org/62041
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/hexcolorcontrol.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/fmcontrollayout.cxx | 1 | ||||
-rw-r--r-- | svx/source/items/chrtitem.cxx | 1 | ||||
-rw-r--r-- | svx/source/sidebar/line/LineWidthPopup.cxx | 1 | ||||
-rw-r--r-- | svx/source/svdraw/svdomeas.cxx | 1 | ||||
-rw-r--r-- | svx/source/svdraw/svdtrans.cxx | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/svx/source/dialog/hexcolorcontrol.cxx b/svx/source/dialog/hexcolorcontrol.cxx index 71e69a5fe618..6f662565b0f7 100644 --- a/svx/source/dialog/hexcolorcontrol.cxx +++ b/svx/source/dialog/hexcolorcontrol.cxx @@ -18,6 +18,7 @@ */ #include <svx/hexcolorcontrol.hxx> +#include <rtl/character.hxx> namespace weld { diff --git a/svx/source/form/fmcontrollayout.cxx b/svx/source/form/fmcontrollayout.cxx index 50d30afdc025..7d503519650f 100644 --- a/svx/source/form/fmcontrollayout.cxx +++ b/svx/source/form/fmcontrollayout.cxx @@ -34,6 +34,7 @@ #include <i18nlangtag/mslangid.hxx> #include <i18nlangtag/languagetag.hxx> #include <unotools/syslocale.hxx> +#include <unotools/localedatawrapper.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <tools/debug.hxx> diff --git a/svx/source/items/chrtitem.cxx b/svx/source/items/chrtitem.cxx index b20982811fd9..e65524194958 100644 --- a/svx/source/items/chrtitem.cxx +++ b/svx/source/items/chrtitem.cxx @@ -22,6 +22,7 @@ #include <basic/sbxvar.hxx> #include <rtl/math.hxx> #include <unotools/intlwrapper.hxx> +#include <unotools/localedatawrapper.hxx> #include <com/sun/star/chart/ChartAxisArrangeOrderType.hpp> #include <float.h> diff --git a/svx/source/sidebar/line/LineWidthPopup.cxx b/svx/source/sidebar/line/LineWidthPopup.cxx index d4a446a0e07c..0c1bd9f14448 100644 --- a/svx/source/sidebar/line/LineWidthPopup.cxx +++ b/svx/source/sidebar/line/LineWidthPopup.cxx @@ -18,6 +18,7 @@ */ #include <svx/sidebar/LineWidthPopup.hxx> #include <svx/sidebar/LinePropertyPanelBase.hxx> +#include <com/sun/star/beans/NamedValue.hpp> #include <svx/dialmgr.hxx> #include <svx/strings.hrc> #include <svx/xlnwtit.hxx> diff --git a/svx/source/svdraw/svdomeas.cxx b/svx/source/svdraw/svdomeas.cxx index ac7ec1328437..bf65e6f37585 100644 --- a/svx/source/svdraw/svdomeas.cxx +++ b/svx/source/svdraw/svdomeas.cxx @@ -68,6 +68,7 @@ #include <svx/xlnwtit.hxx> #include <svx/xpoly.hxx> #include <unotools/syslocale.hxx> +#include <unotools/localedatawrapper.hxx> #include <o3tl/make_unique.hxx> diff --git a/svx/source/svdraw/svdtrans.cxx b/svx/source/svdraw/svdtrans.cxx index b62aae338eae..f0dafbba943b 100644 --- a/svx/source/svdraw/svdtrans.cxx +++ b/svx/source/svdraw/svdtrans.cxx @@ -25,6 +25,7 @@ #include <vcl/virdev.hxx> #include <tools/bigint.hxx> #include <unotools/syslocale.hxx> +#include <unotools/localedatawrapper.hxx> #include <sal/log.hxx> void MoveXPoly(XPolygon& rPoly, const Size& S) |