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/dialogs | |
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/dialogs')
-rw-r--r-- | cui/source/dialogs/SpellAttrib.hxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/SpellDialog.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/cuigrfflt.cxx | 3 | ||||
-rw-r--r-- | cui/source/dialogs/cuihyperdlg.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/hldocntp.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/hlmarkwn.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/hltpbase.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/iconcdlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/srchxtra.cxx | 1 |
9 files changed, 12 insertions, 2 deletions
diff --git a/cui/source/dialogs/SpellAttrib.hxx b/cui/source/dialogs/SpellAttrib.hxx index a106bce963b6..26921b666e82 100644 --- a/cui/source/dialogs/SpellAttrib.hxx +++ b/cui/source/dialogs/SpellAttrib.hxx @@ -19,12 +19,10 @@ #ifndef INCLUDED_CUI_SOURCE_DIALOGS_SPELLATTRIB_HXX #define INCLUDED_CUI_SOURCE_DIALOGS_SPELLATTRIB_HXX -#include <i18nlangtag/lang.h> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/linguistic2/XProofreader.hpp> -#include <tools/color.hxx> namespace svx{ struct SpellErrorDescription diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index dc2a9b4ef83e..004079eb6b8a 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -25,6 +25,7 @@ #include <sfx2/viewfrm.hxx> #include <svl/grabbagitem.hxx> #include <svl/undo.hxx> +#include <tools/debug.hxx> #include <unotools/lingucfg.hxx> #include <editeng/colritem.hxx> #include <editeng/eeitem.hxx> @@ -51,6 +52,7 @@ #include <vcl/ptrstyle.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> +#include <vcl/texteng.hxx> #include <vcl/weld.hxx> #include <osl/file.hxx> #include <editeng/optitems.hxx> diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx index 1972348523e4..019ee15ddf3c 100644 --- a/cui/source/dialogs/cuigrfflt.cxx +++ b/cui/source/dialogs/cuigrfflt.cxx @@ -24,11 +24,14 @@ #include <vcl/BitmapSmoothenFilter.hxx> #include <vcl/BitmapSolarizeFilter.hxx> #include <vcl/BitmapColorQuantizationFilter.hxx> +#include <vcl/settings.hxx> #include <vcl/svapp.hxx> +#include <osl/diagnose.h> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> #include <sfx2/objsh.hxx> #include <sfx2/request.hxx> +#include <tools/helpers.hxx> #include <cuigrfflt.hxx> #include <svx/dialogs.hrc> diff --git a/cui/source/dialogs/cuihyperdlg.cxx b/cui/source/dialogs/cuihyperdlg.cxx index 65e6eaba89b4..7a9ee445ad92 100644 --- a/cui/source/dialogs/cuihyperdlg.cxx +++ b/cui/source/dialogs/cuihyperdlg.cxx @@ -29,7 +29,9 @@ #include <hldoctp.hxx> #include <hldocntp.hxx> #include <bitmaps.hlst> +#include <sfx2/app.hxx> #include <sfx2/viewfrm.hxx> +#include <svl/eitem.hxx> #include <svx/svxids.hrc> #include <dialmgr.hxx> #include <strings.hrc> diff --git a/cui/source/dialogs/hldocntp.cxx b/cui/source/dialogs/hldocntp.cxx index 9ecb6f54d3b7..facbfb8f05e1 100644 --- a/cui/source/dialogs/hldocntp.cxx +++ b/cui/source/dialogs/hldocntp.cxx @@ -22,6 +22,7 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/docfac.hxx> #include <sfx2/docfilt.hxx> +#include <svl/stritem.hxx> #include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Sequence.h> diff --git a/cui/source/dialogs/hlmarkwn.cxx b/cui/source/dialogs/hlmarkwn.cxx index 50df1eff94c0..1ddc75c42b47 100644 --- a/cui/source/dialogs/hlmarkwn.cxx +++ b/cui/source/dialogs/hlmarkwn.cxx @@ -43,6 +43,7 @@ #include <strings.hrc> #include <hlmarkwn.hxx> #include <hltpbase.hxx> +#include <hlmarkwn_def.hxx> using namespace ::com::sun::star; diff --git a/cui/source/dialogs/hltpbase.cxx b/cui/source/dialogs/hltpbase.cxx index 16816d7b7d1c..cf8711073c8d 100644 --- a/cui/source/dialogs/hltpbase.cxx +++ b/cui/source/dialogs/hltpbase.cxx @@ -21,6 +21,7 @@ #include <sal/config.h> #include <osl/file.hxx> +#include <sfx2/app.hxx> #include <sfx2/event.hxx> #include <sfx2/frame.hxx> #include <sfx2/viewfrm.hxx> diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx index aa8d9edb417f..fa270d7d73a0 100644 --- a/cui/source/dialogs/iconcdlg.cxx +++ b/cui/source/dialogs/iconcdlg.cxx @@ -28,6 +28,7 @@ #include <vcl/mnemonic.hxx> #include <vcl/i18nhelp.hxx> #include <vcl/settings.hxx> +#include <vcl/svapp.hxx> #include <vcl/builderfactory.hxx> /********************************************************************** diff --git a/cui/source/dialogs/srchxtra.cxx b/cui/source/dialogs/srchxtra.cxx index f6e5de27d0a5..5f2d9aa9671a 100644 --- a/cui/source/dialogs/srchxtra.cxx +++ b/cui/source/dialogs/srchxtra.cxx @@ -23,6 +23,7 @@ #include <svl/intitem.hxx> #include <svl/whiter.hxx> #include <sfx2/objsh.hxx> +#include <svx/flagsdef.hxx> #include <svx/svxitems.hrc> #include <svx/strarray.hxx> #include <editeng/flstitem.hxx> |