diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-23 11:21:28 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-24 12:28:09 +0200 |
commit | 1d61d9ae72562a03ca0d3f1649d9471862b29d74 (patch) | |
tree | 5c11b2d6f865f7d7f6f0a3788b5f87b84e4b4abc /sd/source/ui/func/fuconcs.cxx | |
parent | d365f36331874f94bbd9832fbd19ace90fafefec (diff) |
tdf#42949 Fix IWYU warnings in sd/source/ui/f*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I07d78df2d5aacbdaff7344a09812db91de17d535
Reviewed-on: https://gerrit.libreoffice.org/71113
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/func/fuconcs.cxx')
-rw-r--r-- | sd/source/ui/func/fuconcs.cxx | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/sd/source/ui/func/fuconcs.cxx b/sd/source/ui/func/fuconcs.cxx index 7af006896a84..5c5a0a7f0203 100644 --- a/sd/source/ui/func/fuconcs.cxx +++ b/sd/source/ui/func/fuconcs.cxx @@ -19,48 +19,25 @@ #include <fuconcs.hxx> #include <rtl/ustring.hxx> -#include <svx/svdpagv.hxx> #include <svx/svxids.hrc> -#include <svx/dialogs.hrc> - -#include <app.hrc> -#include <svl/aeitem.hxx> -#include <svx/xlnstwit.hxx> -#include <svx/xlnedwit.hxx> -#include <svx/xlnedit.hxx> -#include <svx/xlnstit.hxx> -#include <svx/xlnwtit.hxx> + #include <sfx2/viewfrm.hxx> -#include <svx/sdtmfitm.hxx> -#include <svx/sxekitm.hxx> -#include <svx/sderitm.hxx> #include <sfx2/dispatch.hxx> -#include <svx/svdopath.hxx> -#include <svx/svdocirc.hxx> -#include <svl/intitem.hxx> #include <sfx2/request.hxx> #include <editeng/adjustitem.hxx> #include <editeng/eeitem.hxx> -#include <svx/xtable.hxx> -#include <svx/sdasitm.hxx> #include <svx/svdoashp.hxx> #include <svx/sdtagitm.hxx> -#include <svx/svdocapt.hxx> - -#include <svx/svdomeas.hxx> #include <ViewShell.hxx> #include <ViewShellBase.hxx> #include <ToolBarManager.hxx> -#include <editeng/writingmodeitem.hxx> #include <svx/gallery.hxx> #include <svl/itempool.hxx> #include <View.hxx> -#include <sdpage.hxx> #include <Window.hxx> -#include <stlpool.hxx> #include <drawdoc.hxx> namespace sd { |