diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-13 08:13:32 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-25 17:15:12 +0200 |
commit | e354681e5d5d21b4ad0d435193810922df7ec7a0 (patch) | |
tree | 311e65ec841de03e80f7dac40f11630091d115ee /cui/source/inc/SpellDialog.hxx | |
parent | 9136237ac0758b11831c21cd636520b08c88b209 (diff) |
tdf#42949 Fix IWYU warnings in cui/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ia1b6e58623b64b11cb1a5ac5c7fba73e8cc04d07
Reviewed-on: https://gerrit.libreoffice.org/75522
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cui/source/inc/SpellDialog.hxx')
-rw-r--r-- | cui/source/inc/SpellDialog.hxx | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx index 943d19b50dd8..7f25c3fb2e68 100644 --- a/cui/source/inc/SpellDialog.hxx +++ b/cui/source/inc/SpellDialog.hxx @@ -20,24 +20,12 @@ #define INCLUDED_CUI_SOURCE_INC_SPELLDIALOG_HXX #include <sfx2/basedlgs.hxx> -#include <vcl/fixed.hxx> -#include <vcl/edit.hxx> -#include <vcl/lstbox.hxx> -#include <vcl/button.hxx> -#include <vcl/menubtn.hxx> -#include <vcl/decoview.hxx> -#include <vcl/image.hxx> -#include <vcl/toolbox.hxx> #include <com/sun/star/uno/Reference.hxx> #include <svx/langbox.hxx> #include <memory> -#include <svtools/svmedit.hxx> -#include <svl/lstner.hxx> -#include <vcl/fixedhyper.hxx> -#include <vcl/xtextedt.hxx> -#include <vcl/txtattr.hxx> +#include <svl/undo.hxx> #include <vcl/customweld.hxx> #include <editeng/weldeditview.hxx> #include <editeng/SpellPortions.hxx> |