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 /svtools | |
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 'svtools')
-rw-r--r-- | svtools/source/config/htmlcfg.cxx | 1 | ||||
-rw-r--r-- | svtools/source/contnr/fileview.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/langtab.cxx | 1 | ||||
-rw-r--r-- | svtools/source/svhtml/htmlout.cxx | 1 | ||||
-rw-r--r-- | svtools/source/table/cellvalueconversion.cxx | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/svtools/source/config/htmlcfg.cxx b/svtools/source/config/htmlcfg.cxx index b84e79243485..5fd83ff7027d 100644 --- a/svtools/source/config/htmlcfg.cxx +++ b/svtools/source/config/htmlcfg.cxx @@ -30,6 +30,7 @@ #include <rtl/instance.hxx> #include <list> #include <o3tl/typed_flags_set.hxx> +#include <com/sun/star/uno/Sequence.hxx> enum class HtmlCfgFlags { NONE = 0x000, diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index d769a2321714..be2282ee9710 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -72,6 +72,7 @@ #include <salhelper/timer.hxx> #include <vcl/svapp.hxx> #include <vcl/builderfactory.hxx> +#include <unotools/collatorwrapper.hxx> #include <unotools/ucbhelper.hxx> #include <unotools/intlwrapper.hxx> #include <unotools/syslocale.hxx> diff --git a/svtools/source/misc/langtab.cxx b/svtools/source/misc/langtab.cxx index 5ba340c2efc3..9b2e200eebe5 100644 --- a/svtools/source/misc/langtab.cxx +++ b/svtools/source/misc/langtab.cxx @@ -31,6 +31,7 @@ #include <svtools/svtresid.hxx> #include <svtools/langtab.hxx> #include <unotools/syslocale.hxx> +#include <unotools/charclass.hxx> #include <tools/resary.hxx> #include <officecfg/VCL.hxx> #include <langtab.hrc> diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx index ae382dbb437c..dd94023011de 100644 --- a/svtools/source/svhtml/htmlout.cxx +++ b/svtools/source/svhtml/htmlout.cxx @@ -31,6 +31,7 @@ #include <svtools/imapcirc.hxx> #include <svtools/imappoly.hxx> #include <svl/urihelper.hxx> +#include <rtl/character.hxx> #include <sstream> diff --git a/svtools/source/table/cellvalueconversion.cxx b/svtools/source/table/cellvalueconversion.cxx index ac663a61fc0a..2c821db21c09 100644 --- a/svtools/source/table/cellvalueconversion.cxx +++ b/svtools/source/table/cellvalueconversion.cxx @@ -34,6 +34,7 @@ #include <tools/time.hxx> #include <tools/diagnose_ex.h> #include <unotools/syslocale.hxx> +#include <i18nlangtag/languagetag.hxx> #include <comphelper/processfactory.hxx> #include <memory> |