diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-02-13 23:20:21 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-03-04 17:25:05 +0100 |
commit | 8a1c18823c6e74b62c43cfe4fa72c87c36855d85 (patch) | |
tree | 63b3f3ad1095e8cf252abe6cbff7f46f191035d7 /cui | |
parent | e8e274b50658e1f9c2f40ce05249f7c857aeba64 (diff) |
tdf#42949 Fix IWYU warnings in include/linguistic/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iec1ca76e9b3a0896a732ab2b7fd34dd5a7f219fb
Reviewed-on: https://gerrit.libreoffice.org/68367
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/SpellDialog.cxx | 1 | ||||
-rw-r--r-- | cui/source/options/optlingu.cxx | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index 8b41f7fd8eea..6f5432a63786 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -56,6 +56,7 @@ #include <svtools/langtab.hxx> #include <cppuhelper/exc_hlp.hxx> #include <sal/log.hxx> +#include <i18nlangtag/languagetag.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx index 0cdce26495df..1d4f603dec79 100644 --- a/cui/source/options/optlingu.cxx +++ b/cui/source/options/optlingu.cxx @@ -21,8 +21,10 @@ #include <vcl/fixed.hxx> #include <vcl/settings.hxx> #include <vcl/weld.hxx> +#include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/mslangid.hxx> #include <unotools/lingucfg.hxx> +#include <unotools/linguprops.hxx> #include <editeng/unolingu.hxx> #include <svx/dlgutil.hxx> #include <linguistic/lngprops.hxx> |