diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-03-18 00:34:00 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-03-21 09:10:18 +0100 |
commit | 7c7a4675ad5d61add70dd073f680ea37012962ce (patch) | |
tree | dc7847b6ce7030fbea39dd54196542cf74ddf25a /sc/source/ui/pagedlg | |
parent | ba83043d679b11740323708e0c9da8b1e4cae488 (diff) |
tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undo
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Icb5f0235339364e6dc09936e26f256765a60830a
Reviewed-on: https://gerrit.libreoffice.org/69378
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r-- | sc/source/ui/pagedlg/areasdlg.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/pagedlg/hfedtdlg.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/pagedlg/scuitphfedit.cxx | 12 | ||||
-rw-r--r-- | sc/source/ui/pagedlg/tphf.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/pagedlg/tphfedit.cxx | 5 | ||||
-rw-r--r-- | sc/source/ui/pagedlg/tptable.cxx | 1 |
6 files changed, 1 insertions, 22 deletions
diff --git a/sc/source/ui/pagedlg/areasdlg.cxx b/sc/source/ui/pagedlg/areasdlg.cxx index 85b87004266d..6b46dd41790b 100644 --- a/sc/source/ui/pagedlg/areasdlg.cxx +++ b/sc/source/ui/pagedlg/areasdlg.cxx @@ -23,7 +23,6 @@ #include <svl/stritem.hxx> #include <vcl/weld.hxx> #include <unotools/charclass.hxx> -#include <stdlib.h> #include <areasdlg.hxx> #include <rangenam.hxx> diff --git a/sc/source/ui/pagedlg/hfedtdlg.cxx b/sc/source/ui/pagedlg/hfedtdlg.cxx index 64fe37c1a8eb..0eb5953f0689 100644 --- a/sc/source/ui/pagedlg/hfedtdlg.cxx +++ b/sc/source/ui/pagedlg/hfedtdlg.cxx @@ -23,13 +23,11 @@ #include <svl/eitem.hxx> #include <hfedtdlg.hxx> -#include <global.hxx> #include <globstr.hrc> #include <scresid.hxx> #include <scuitphfedit.hxx> #include <svx/svxids.hrc> #include <svx/pageitem.hxx> -#include <vcl/menubtn.hxx> ScHFEditDlg::ScHFEditDlg( vcl::Window* pParent, const SfxItemSet& rCoreSet, diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx b/sc/source/ui/pagedlg/scuitphfedit.cxx index aa3cc68a0205..0eeeeb0d748e 100644 --- a/sc/source/ui/pagedlg/scuitphfedit.cxx +++ b/sc/source/ui/pagedlg/scuitphfedit.cxx @@ -23,16 +23,11 @@ #include <editeng/eeitem.hxx> #include <editeng/editobj.hxx> -#include <editeng/editstat.hxx> -#include <editeng/editview.hxx> #include <editeng/flditem.hxx> -#include <sfx2/basedlgs.hxx> -#include <sfx2/objsh.hxx> -#include <vcl/svapp.hxx> +#include <sfx2/tabdlg.hxx> #include <vcl/settings.hxx> #include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> -#include <sal/log.hxx> #include <unotools/useroptions.hxx> @@ -40,11 +35,6 @@ #include <global.hxx> #include <attrib.hxx> #include <patattr.hxx> -#include <sc.hrc> -#include <tabvwsh.hxx> -#include <prevwsh.hxx> -#include <textdlgs.hxx> -#include <AccessibleEditObject.hxx> #include <scuitphfedit.hxx> #include <memory> diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx index d7ca87aec728..9e4067010aec 100644 --- a/sc/source/ui/pagedlg/tphf.cxx +++ b/sc/source/ui/pagedlg/tphf.cxx @@ -27,7 +27,6 @@ #include <attrib.hxx> #include <tphf.hxx> -#include <sc.hrc> #include <scres.hrc> #include <scabstdlg.hxx> #include <globstr.hrc> @@ -35,7 +34,6 @@ #include <tabvwsh.hxx> #include <viewdata.hxx> #include <document.hxx> -#include <hfedtdlg.hxx> #include <styledlg.hxx> #include <scuitphfedit.hxx> #include <memory> diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx index d55e0d5fc359..80a7073609fb 100644 --- a/sc/source/ui/pagedlg/tphfedit.cxx +++ b/sc/source/ui/pagedlg/tphfedit.cxx @@ -23,23 +23,18 @@ #include <editeng/editobj.hxx> #include <editeng/editstat.hxx> #include <editeng/editview.hxx> -#include <editeng/flditem.hxx> #include <editeng/adjustitem.hxx> #include <editeng/fhgtitem.hxx> -#include <sfx2/basedlgs.hxx> #include <sfx2/objsh.hxx> #include <sfx2/sfxdlg.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include <vcl/builderfactory.hxx> #include <tphfedit.hxx> #include <editutil.hxx> #include <global.hxx> -#include <attrib.hxx> #include <patattr.hxx> #include <scresid.hxx> -#include <sc.hrc> #include <globstr.hrc> #include <strings.hrc> #include <tabvwsh.hxx> diff --git a/sc/source/ui/pagedlg/tptable.cxx b/sc/source/ui/pagedlg/tptable.cxx index cead94e82fd9..b537908adc09 100644 --- a/sc/source/ui/pagedlg/tptable.cxx +++ b/sc/source/ui/pagedlg/tptable.cxx @@ -27,7 +27,6 @@ #include <tptable.hxx> #include <global.hxx> #include <attrib.hxx> -#include <sc.hrc> #include <bitmaps.hlst> // Static Data |