diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-02-23 01:08:14 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-03-03 09:50:43 +0100 |
commit | 96e3a64125354b61ecd43f7a76e6189e69968912 (patch) | |
tree | eea0db0570eaa43e7ba87c8f24a1c25d62675af9 /svl/source/config | |
parent | ac605821ecf3ea263d4812ebec352314a2dbff42 (diff) |
Recheck modules sv* with IWYU
See tdf#42949 for motivation
Change-Id: I25779cbfb1aa93c31d6e12ac95e136b3bdbbc058
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130403
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svl/source/config')
-rw-r--r-- | svl/source/config/cjkoptions.cxx | 3 | ||||
-rw-r--r-- | svl/source/config/itemholder2.cxx | 1 | ||||
-rw-r--r-- | svl/source/config/languageoptions.cxx | 5 |
3 files changed, 0 insertions, 9 deletions
diff --git a/svl/source/config/cjkoptions.cxx b/svl/source/config/cjkoptions.cxx index 572794926a04..72e5c8ea2a3d 100644 --- a/svl/source/config/cjkoptions.cxx +++ b/svl/source/config/cjkoptions.cxx @@ -22,9 +22,6 @@ #include <svl/languageoptions.hxx> #include <i18nlangtag/lang.h> #include <i18nlangtag/languagetag.hxx> -#include <unotools/configitem.hxx> -#include <com/sun/star/uno/Any.h> -#include <com/sun/star/uno/Sequence.hxx> #include <officecfg/System.hxx> #include <officecfg/Office/Common.hxx> #include <mutex> diff --git a/svl/source/config/itemholder2.cxx b/svl/source/config/itemholder2.cxx index 7ad7f4c62ba1..96a416c3b1bf 100644 --- a/svl/source/config/itemholder2.cxx +++ b/svl/source/config/itemholder2.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/configuration/theDefaultProvider.hpp> #include <rtl/ref.hxx> -#include <svl/cjkoptions.hxx> #include <svl/ctloptions.hxx> #include <tools/diagnose_ex.h> #include <unotools/options.hxx> diff --git a/svl/source/config/languageoptions.cxx b/svl/source/config/languageoptions.cxx index b7159fd2c063..6391175c8550 100644 --- a/svl/source/config/languageoptions.cxx +++ b/svl/source/config/languageoptions.cxx @@ -19,15 +19,10 @@ #include <svl/languageoptions.hxx> -#include <svl/cjkoptions.hxx> -#include <svl/ctloptions.hxx> #include <i18nlangtag/mslangid.hxx> #include <i18nlangtag/languagetag.hxx> #include <com/sun/star/i18n/ScriptType.hpp> #include <unotools/syslocale.hxx> -#include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/uno/Sequence.hxx> -#include <mutex> #ifdef _WIN32 #if !defined WIN32_LEAN_AND_MEAN |