diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-31 17:37:07 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-07 09:06:14 +0200 |
commit | 43ddddb703bcdb9430752af63ae46527f737f874 (patch) | |
tree | 92a64c08429bf89b0ee9ca2666a4a102e98b10f7 /svl/source/config | |
parent | 9c945cdbe170104cbacafa2c37babec5210b9ca2 (diff) |
tdf#42949 Fix IWYU warnings in svl/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Except source/svdde/* which is WIN-specific
Also recheck include/svl
Change-Id: I32d3bcb6b14665c56c07a2f10526329b08c64cbe
Reviewed-on: https://gerrit.libreoffice.org/73630
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svl/source/config')
-rw-r--r-- | svl/source/config/asiancfg.cxx | 2 | ||||
-rw-r--r-- | svl/source/config/cjkoptions.cxx | 1 | ||||
-rw-r--r-- | svl/source/config/ctloptions.cxx | 4 | ||||
-rw-r--r-- | svl/source/config/itemholder2.cxx | 1 |
4 files changed, 0 insertions, 8 deletions
diff --git a/svl/source/config/asiancfg.cxx b/svl/source/config/asiancfg.cxx index 27b5b5defc92..af8b6e95b230 100644 --- a/svl/source/config/asiancfg.cxx +++ b/svl/source/config/asiancfg.cxx @@ -34,8 +34,6 @@ #include <comphelper/configuration.hxx> #include <comphelper/processfactory.hxx> #include <officecfg/Office/Common.hxx> -#include <rtl/ustrbuf.hxx> -#include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <sal/log.hxx> #include <sal/types.h> diff --git a/svl/source/config/cjkoptions.cxx b/svl/source/config/cjkoptions.cxx index 32cd9d5ce834..71054f564de4 100644 --- a/svl/source/config/cjkoptions.cxx +++ b/svl/source/config/cjkoptions.cxx @@ -23,7 +23,6 @@ #include <svl/languageoptions.hxx> #include <i18nlangtag/lang.h> #include <unotools/configitem.hxx> -#include <tools/solar.h> #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Sequence.hxx> #include <osl/mutex.hxx> diff --git a/svl/source/config/ctloptions.cxx b/svl/source/config/ctloptions.cxx index 81bb44049a75..0723f47ac1a1 100644 --- a/svl/source/config/ctloptions.cxx +++ b/svl/source/config/ctloptions.cxx @@ -20,15 +20,11 @@ #include <svl/ctloptions.hxx> -#include <svl/languageoptions.hxx> -#include <i18nlangtag/mslangid.hxx> #include <unotools/configitem.hxx> #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Sequence.hxx> #include <osl/mutex.hxx> #include <rtl/instance.hxx> -#include <unotools/syslocale.hxx> -#include <svl/hint.hxx> #include "itemholder2.hxx" using namespace ::com::sun::star; diff --git a/svl/source/config/itemholder2.cxx b/svl/source/config/itemholder2.cxx index b19ce9b644ca..d9182c8cc410 100644 --- a/svl/source/config/itemholder2.cxx +++ b/svl/source/config/itemholder2.cxx @@ -28,7 +28,6 @@ #include <svl/cjkoptions.hxx> #include <svl/ctloptions.hxx> -#include <svl/languageoptions.hxx> #include <tools/diagnose_ex.h> #include <unotools/options.hxx> |