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: ...@@ -122,3 +122,6 @@ blacklist:
- com/sun/star/view/XFormLayerAccess.hpp - com/sun/star/view/XFormLayerAccess.hpp
- com/sun/star/view/XSelectionSupplier.hpp - com/sun/star/view/XSelectionSupplier.hpp
- sfx2/sfxbasecontroller.hxx - 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 @@ ...@@ -41,6 +41,7 @@
#include <strings.hrc> #include <strings.hrc>
#include <drawdoc.hxx> #include <drawdoc.hxx>
#include <sdmod.hxx>
#include <sdpage.hxx> #include <sdpage.hxx>
#include <stlpool.hxx> #include <stlpool.hxx>
#include <sdresid.hxx> #include <sdresid.hxx>
......
...@@ -95,6 +95,7 @@ ...@@ -95,6 +95,7 @@
#include <vcl/FilterConfigItem.hxx> #include <vcl/FilterConfigItem.hxx>
#include <o3tl/make_unique.hxx> #include <o3tl/make_unique.hxx>
#include <sdabstdlg.hxx> #include <sdabstdlg.hxx>
#include <sdmod.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
*/ */
#include <fuconcs.hxx> #include <fuconcs.hxx>
#include <rtl/ustring.hxx>
#include <svx/svdpagv.hxx> #include <svx/svdpagv.hxx>
#include <svx/svxids.hrc> #include <svx/svxids.hrc>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
*/ */
#include <fuconuno.hxx> #include <fuconuno.hxx>
#include <rtl/ustring.hxx>
#include <svl/aeitem.hxx> #include <svl/aeitem.hxx>
#include <sfx2/dispatch.hxx> #include <sfx2/dispatch.hxx>
#include <sfx2/viewfrm.hxx> #include <sfx2/viewfrm.hxx>
......
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
#include <View.hxx> #include <View.hxx>
#include <strings.hrc> #include <strings.hrc>
#include <stlpool.hxx> #include <stlpool.hxx>
#include <sdmod.hxx>
#include <sdpage.hxx> #include <sdpage.hxx>
#include <strmname.h> #include <strmname.h>
#include <ViewShellBase.hxx> #include <ViewShellBase.hxx>
......
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
#include <editeng/pbinitem.hxx> #include <editeng/pbinitem.hxx>
#include <sfx2/app.hxx> #include <sfx2/app.hxx>
#include <sfx2/opengrf.hxx> #include <sfx2/opengrf.hxx>
#include <rtl/ustring.hxx>
#include <strings.hrc> #include <strings.hrc>
#include <sdpage.hxx> #include <sdpage.hxx>
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <config_features.h> #include <config_features.h>
#include <com/sun/star/media/XPlayer.hpp>
#include <fusel.hxx> #include <fusel.hxx>
#include <basic/sbstar.hxx> #include <basic/sbstar.hxx>
#include <svx/svddrgmt.hxx> #include <svx/svddrgmt.hxx>
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include <sfx2/objsh.hxx> #include <sfx2/objsh.hxx>
#include "DrawDocShell.hxx" #include "DrawDocShell.hxx"
#include <glob.hxx> #include <glob.hxx>
#include <sdmod.hxx>
#include <pres.hxx> #include <pres.hxx>
namespace sd { namespace sd {
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifndef INCLUDED_SD_SOURCE_UI_INC_GRAPHICOBJECTBAR_HXX #ifndef INCLUDED_SD_SOURCE_UI_INC_GRAPHICOBJECTBAR_HXX
#define INCLUDED_SD_SOURCE_UI_INC_GRAPHICOBJECTBAR_HXX #define INCLUDED_SD_SOURCE_UI_INC_GRAPHICOBJECTBAR_HXX
#include <sfx2/module.hxx>
#include <sfx2/shell.hxx> #include <sfx2/shell.hxx>
#include <glob.hxx> #include <glob.hxx>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
#define INCLUDED_SD_SOURCE_UI_INC_FUCONCS_HXX #define INCLUDED_SD_SOURCE_UI_INC_FUCONCS_HXX
#include "fuconstr.hxx" #include "fuconstr.hxx"
#include <rtl/ustring.hxx>
class KeyEvent;
class SdDrawDocument; class SdDrawDocument;
class SdrObject; class SdrObject;
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "fuconstr.hxx" #include "fuconstr.hxx"
class KeyEvent;
class SdDrawDocument; class SdDrawDocument;
class SdrObject; class SdrObject;
class SfxItemSet; class SfxItemSet;
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "fudraw.hxx" #include "fudraw.hxx"
class KeyEvent;
class SdrObject; class SdrObject;
class SfxItemSet; class SfxItemSet;
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#ifndef INCLUDED_SD_SOURCE_UI_INC_FUCONUNO_HXX #ifndef INCLUDED_SD_SOURCE_UI_INC_FUCONUNO_HXX
#define INCLUDED_SD_SOURCE_UI_INC_FUCONUNO_HXX #define INCLUDED_SD_SOURCE_UI_INC_FUCONUNO_HXX
#include <svl/itemset.hxx>
#include "fuconstr.hxx" #include "fuconstr.hxx"
#include <rtl/ustring.hxx>
enum class SdrInventor : sal_uInt32; enum class SdrInventor : sal_uInt32;
......
...@@ -22,9 +22,6 @@ ...@@ -22,9 +22,6 @@
#include "futext.hxx" #include "futext.hxx"
#include <svl/itemset.hxx>
#include <memory>
namespace sd { namespace sd {
class DrawViewShell; class DrawViewShell;
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#define INCLUDED_SD_SOURCE_UI_INC_FUINSERT_HXX #define INCLUDED_SD_SOURCE_UI_INC_FUINSERT_HXX
#include "fupoor.hxx" #include "fupoor.hxx"
#include <config_features.h>
namespace sd { namespace sd {
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "fupoor.hxx" #include "fupoor.hxx"
#include <vector> #include <vector>
#include <rtl/ustring.hxx>
class SfxMedium; class SfxMedium;
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "fupoor.hxx" #include "fupoor.hxx"
#include <math.h>
#include <vector> #include <vector>
namespace basegfx { namespace basegfx {
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <memory> #include <memory>
#include "fupoor.hxx" #include "fupoor.hxx"
#include <vcl/weld.hxx>
class SfxItemSet; class SfxItemSet;
class SdBackgroundObjUndoAction; class SdBackgroundObjUndoAction;
......
...@@ -23,8 +23,7 @@ ...@@ -23,8 +23,7 @@
#include <vcl/timer.hxx> #include <vcl/timer.hxx>
#include <tools/link.hxx> #include <tools/link.hxx>
#include <tools/gen.hxx> #include <tools/gen.hxx>
#include <vcl/event.hxx> #include <vcl/vclptr.hxx>
#include <rtl/ref.hxx>
#include <helper/simplereferencecomponent.hxx> #include <helper/simplereferencecomponent.hxx>
...@@ -32,6 +31,10 @@ class SdDrawDocument; ...@@ -32,6 +31,10 @@ class SdDrawDocument;
class SfxRequest; class SfxRequest;
class Dialog; class Dialog;
class SdrObject; class SdrObject;
class CommandEvent;
class HelpEvent;
class KeyEvent;
class MouseEvent;
namespace sd { namespace sd {
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "fudraw.hxx" #include "fudraw.hxx"
#include <com/sun/star/media/XPlayer.hpp> namespace com { namespace sun { namespace star { namespace media { class XPlayer; } } } }
class SdrHdl; class SdrHdl;
class SdrObject; class SdrObject;
......
...@@ -20,9 +20,8 @@ ...@@ -20,9 +20,8 @@
#ifndef INCLUDED_SD_SOURCE_UI_INC_FUTEXT_HXX #ifndef INCLUDED_SD_SOURCE_UI_INC_FUTEXT_HXX
#define INCLUDED_SD_SOURCE_UI_INC_FUTEXT_HXX #define INCLUDED_SD_SOURCE_UI_INC_FUTEXT_HXX
#include <editeng/editdata.hxx>
#include "fuconstr.hxx" #include "fuconstr.hxx"
#include <svx/svdotext.hxx> #include <tools/weakbase.h>
class SdrTextObj; class SdrTextObj;
class FontList; class FontList;
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifndef INCLUDED_SD_SOURCE_UI_INC_FUTRANSF_HXX #ifndef INCLUDED_SD_SOURCE_UI_INC_FUTRANSF_HXX
#define INCLUDED_SD_SOURCE_UI_INC_FUTRANSF_HXX #define INCLUDED_SD_SOURCE_UI_INC_FUTRANSF_HXX
#include <svx/rectenum.hxx>
#include "fupoor.hxx" #include "fupoor.hxx"
namespace sd { namespace sd {
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include <vcl/tabdlg.hxx> #include <vcl/tabdlg.hxx>
#include <vcl/button.hxx> #include <vcl/button.hxx>
#include <vcl/tabctrl.hxx> #include <vcl/tabctrl.hxx>
#include <vcl/tabpage.hxx>
#include <sdpage.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