Kaydet (Commit) c1738429 authored tarafından Gabor Kelemen's avatar Gabor Kelemen Kaydeden (comit) Jochen Nitschke

tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[f-h]*

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Ie93b7695e4c67fc55089b21a5df37a3468ad4bee
Reviewed-on: https://gerrit.libreoffice.org/55565
Tested-by: Jenkins
Reviewed-by: 's avatarJochen Nitschke <j.nitschke+logerrit@ok.de>
üst 28f45e40
......@@ -122,3 +122,6 @@ blacklist:
- com/sun/star/view/XFormLayerAccess.hpp
- com/sun/star/view/XSelectionSupplier.hpp
- sfx2/sfxbasecontroller.hxx
sd/source/ui/inc/fupage.hxx:
# base class has to be a complete type
- vcl/weld.hxx
\ No newline at end of file
......@@ -41,6 +41,7 @@
#include <strings.hrc>
#include <drawdoc.hxx>
#include <sdmod.hxx>
#include <sdpage.hxx>
#include <stlpool.hxx>
#include <sdresid.hxx>
......
......@@ -95,6 +95,7 @@
#include <vcl/FilterConfigItem.hxx>
#include <o3tl/make_unique.hxx>
#include <sdabstdlg.hxx>
#include <sdmod.hxx>
using namespace ::com::sun::star;
......
......@@ -18,6 +18,7 @@
*/
#include <fuconcs.hxx>
#include <rtl/ustring.hxx>
#include <svx/svdpagv.hxx>
#include <svx/svxids.hrc>
......
......@@ -18,6 +18,7 @@
*/
#include <fuconuno.hxx>
#include <rtl/ustring.hxx>
#include <svl/aeitem.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/viewfrm.hxx>
......
......@@ -51,6 +51,7 @@
#include <View.hxx>
#include <strings.hrc>
#include <stlpool.hxx>
#include <sdmod.hxx>
#include <sdpage.hxx>
#include <strmname.h>
#include <ViewShellBase.hxx>
......
......@@ -50,6 +50,7 @@
#include <editeng/pbinitem.hxx>
#include <sfx2/app.hxx>
#include <sfx2/opengrf.hxx>
#include <rtl/ustring.hxx>
#include <strings.hrc>
#include <sdpage.hxx>
......
......@@ -19,6 +19,7 @@
#include <config_features.h>
#include <com/sun/star/media/XPlayer.hpp>
#include <fusel.hxx>
#include <basic/sbstar.hxx>
#include <svx/svddrgmt.hxx>
......
......@@ -24,7 +24,6 @@
#include <sfx2/objsh.hxx>
#include "DrawDocShell.hxx"
#include <glob.hxx>
#include <sdmod.hxx>
#include <pres.hxx>
namespace sd {
......
......@@ -20,7 +20,6 @@
#ifndef INCLUDED_SD_SOURCE_UI_INC_GRAPHICOBJECTBAR_HXX
#define INCLUDED_SD_SOURCE_UI_INC_GRAPHICOBJECTBAR_HXX
#include <sfx2/module.hxx>
#include <sfx2/shell.hxx>
#include <glob.hxx>
......
......@@ -21,8 +21,8 @@
#define INCLUDED_SD_SOURCE_UI_INC_FUCONCS_HXX
#include "fuconstr.hxx"
#include <rtl/ustring.hxx>
class KeyEvent;
class SdDrawDocument;
class SdrObject;
......
......@@ -22,7 +22,6 @@
#include "fuconstr.hxx"
class KeyEvent;
class SdDrawDocument;
class SdrObject;
class SfxItemSet;
......
......@@ -22,7 +22,6 @@
#include "fudraw.hxx"
class KeyEvent;
class SdrObject;
class SfxItemSet;
......
......@@ -20,8 +20,8 @@
#ifndef INCLUDED_SD_SOURCE_UI_INC_FUCONUNO_HXX
#define INCLUDED_SD_SOURCE_UI_INC_FUCONUNO_HXX
#include <svl/itemset.hxx>
#include "fuconstr.hxx"
#include <rtl/ustring.hxx>
enum class SdrInventor : sal_uInt32;
......
......@@ -22,9 +22,6 @@
#include "futext.hxx"
#include <svl/itemset.hxx>
#include <memory>
namespace sd {
class DrawViewShell;
......
......@@ -21,7 +21,6 @@
#define INCLUDED_SD_SOURCE_UI_INC_FUINSERT_HXX
#include "fupoor.hxx"
#include <config_features.h>
namespace sd {
......
......@@ -22,6 +22,7 @@
#include "fupoor.hxx"
#include <vector>
#include <rtl/ustring.hxx>
class SfxMedium;
......
......@@ -22,7 +22,6 @@
#include "fupoor.hxx"
#include <math.h>
#include <vector>
namespace basegfx {
......
......@@ -22,6 +22,7 @@
#include <memory>
#include "fupoor.hxx"
#include <vcl/weld.hxx>
class SfxItemSet;
class SdBackgroundObjUndoAction;
......
......@@ -23,8 +23,7 @@
#include <vcl/timer.hxx>
#include <tools/link.hxx>
#include <tools/gen.hxx>
#include <vcl/event.hxx>
#include <rtl/ref.hxx>
#include <vcl/vclptr.hxx>
#include <helper/simplereferencecomponent.hxx>
......@@ -32,6 +31,10 @@ class SdDrawDocument;
class SfxRequest;
class Dialog;
class SdrObject;
class CommandEvent;
class HelpEvent;
class KeyEvent;
class MouseEvent;
namespace sd {
......
......@@ -22,7 +22,7 @@
#include "fudraw.hxx"
#include <com/sun/star/media/XPlayer.hpp>
namespace com { namespace sun { namespace star { namespace media { class XPlayer; } } } }
class SdrHdl;
class SdrObject;
......
......@@ -20,9 +20,8 @@
#ifndef INCLUDED_SD_SOURCE_UI_INC_FUTEXT_HXX
#define INCLUDED_SD_SOURCE_UI_INC_FUTEXT_HXX
#include <editeng/editdata.hxx>
#include "fuconstr.hxx"
#include <svx/svdotext.hxx>
#include <tools/weakbase.h>
class SdrTextObj;
class FontList;
......
......@@ -20,7 +20,6 @@
#ifndef INCLUDED_SD_SOURCE_UI_INC_FUTRANSF_HXX
#define INCLUDED_SD_SOURCE_UI_INC_FUTRANSF_HXX
#include <svx/rectenum.hxx>
#include "fupoor.hxx"
namespace sd {
......
......@@ -22,7 +22,6 @@
#include <vcl/tabdlg.hxx>
#include <vcl/button.hxx>
#include <vcl/tabctrl.hxx>
#include <vcl/tabpage.hxx>
#include <sdpage.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment