diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-28 00:40:27 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-14 09:48:28 +0100 |
commit | f644e4be3c8568c34aca1a63d566269ce084eca2 (patch) | |
tree | 7d21ebc393bd805b1af76d4faaf21d357ae96561 /svx | |
parent | f750d900e5dac6f3f2d24bbbc0b8a319496c6760 (diff) |
tdf#42949 Fix IWYU warnings in include/svl/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ide75232858599c275e023c2300201090acd22307
Reviewed-on: https://gerrit.libreoffice.org/63237
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/rulritem.cxx | 1 | ||||
-rw-r--r-- | svx/source/items/algitem.cxx | 2 | ||||
-rw-r--r-- | svx/source/items/chrtitem.cxx | 1 | ||||
-rw-r--r-- | svx/source/items/e3ditem.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 1 |
5 files changed, 7 insertions, 0 deletions
diff --git a/svx/source/dialog/rulritem.cxx b/svx/source/dialog/rulritem.cxx index e7f0765cb737..8bc13f62ec28 100644 --- a/svx/source/dialog/rulritem.cxx +++ b/svx/source/dialog/rulritem.cxx @@ -19,6 +19,7 @@ #include <svx/svxids.hrc> #include <svx/rulritem.hxx> +#include <tools/debug.hxx> #include <tools/mapunit.hxx> #include <osl/diagnose.h> #include <sal/log.hxx> diff --git a/svx/source/items/algitem.cxx b/svx/source/items/algitem.cxx index 7e2960769025..cffccb570087 100644 --- a/svx/source/items/algitem.cxx +++ b/svx/source/items/algitem.cxx @@ -41,6 +41,8 @@ #include <editeng/eerdll.hxx> #include <svx/unomid.hxx> +#include <climits> + using namespace ::com::sun::star; diff --git a/svx/source/items/chrtitem.cxx b/svx/source/items/chrtitem.cxx index e65524194958..f4479727fa9b 100644 --- a/svx/source/items/chrtitem.cxx +++ b/svx/source/items/chrtitem.cxx @@ -26,6 +26,7 @@ #include <com/sun/star/chart/ChartAxisArrangeOrderType.hpp> #include <float.h> +#include <climits> #include <svx/chrtitem.hxx> diff --git a/svx/source/items/e3ditem.cxx b/svx/source/items/e3ditem.cxx index ade306fa32a7..3d6012620191 100644 --- a/svx/source/items/e3ditem.cxx +++ b/svx/source/items/e3ditem.cxx @@ -24,6 +24,8 @@ #include <svx/e3ditem.hxx> +#include <climits> + using namespace ::com::sun::star; diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index e450806ab628..2a50eb6329b7 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -107,6 +107,7 @@ #include <o3tl/typed_flags_set.hxx> #include <bitmaps.hlst> #include <sal/log.hxx> +#include <unotools/collatorwrapper.hxx> #define MAX_MRU_FONTNAME_ENTRIES 5 |