diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-03-23 13:17:16 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-03-28 10:27:23 +0100 |
commit | 1d39c5aa7bd6419060ed10d9fbdc2a643000f363 (patch) | |
tree | af83df9344cef3dcdb0ed2708332411594969568 /svx | |
parent | 6f41502b82fa108246b7547d9da3c6bf6b42f72f (diff) |
tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I6e97c7ed6c0211dfafee83b9bdbea672e415fc49
Reviewed-on: https://gerrit.libreoffice.org/69715
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/filtnav.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmtextcontrolshell.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/fmvwimp.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/tabwin.cxx | 1 | ||||
-rw-r--r-- | svx/source/gallery2/galctrl.cxx | 2 | ||||
-rw-r--r-- | svx/source/sidebar/text/TextCharacterSpacingControl.cxx | 1 | ||||
-rw-r--r-- | svx/source/stbctrls/pszctrl.cxx | 3 | ||||
-rw-r--r-- | svx/source/stbctrls/xmlsecctrl.cxx | 2 | ||||
-rw-r--r-- | svx/source/svdraw/svdograf.cxx | 1 | ||||
-rw-r--r-- | svx/source/svdraw/svdoole2.cxx | 1 |
10 files changed, 15 insertions, 0 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index a99b6e215613..a05e6a56b9f9 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -49,9 +49,11 @@ #include <vcl/wrkwin.hxx> #include <vcl/settings.hxx> #include <tools/diagnose_ex.h> +#include <vcl/commandevent.hxx> #include <vcl/svlbitm.hxx> #include <vcl/treelistentry.hxx> #include <vcl/viewdataentry.hxx> +#include <vcl/svapp.hxx> #include <bitmaps.hlst> diff --git a/svx/source/form/fmtextcontrolshell.cxx b/svx/source/form/fmtextcontrolshell.cxx index 7d1d35c50f19..f5eddefd23d5 100644 --- a/svx/source/form/fmtextcontrolshell.cxx +++ b/svx/source/form/fmtextcontrolshell.cxx @@ -45,6 +45,7 @@ #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/msgpool.hxx> +#include <sfx2/msg.hxx> #include <sfx2/objsh.hxx> #include <sfx2/request.hxx> #include <sfx2/sfxuno.hxx> diff --git a/svx/source/form/fmvwimp.cxx b/svx/source/form/fmvwimp.cxx index a2ae47c50013..9441bf32fc7d 100644 --- a/svx/source/form/fmvwimp.cxx +++ b/svx/source/form/fmvwimp.cxx @@ -79,6 +79,7 @@ #include <unotools/moduleoptions.hxx> #include <tools/diagnose_ex.h> #include <sal/log.hxx> +#include <vcl/svapp.hxx> #include <vcl/stdtext.hxx> #include <connectivity/dbtools.hxx> diff --git a/svx/source/form/tabwin.cxx b/svx/source/form/tabwin.cxx index de3ee78e37fe..0b26759311eb 100644 --- a/svx/source/form/tabwin.cxx +++ b/svx/source/form/tabwin.cxx @@ -52,6 +52,7 @@ #include <svx/dataaccessdescriptor.hxx> #include <vcl/treelistentry.hxx> #include <vcl/settings.hxx> +#include <vcl/svapp.hxx> #include <tabwin.hrc> const long STD_WIN_SIZE_X = 120; diff --git a/svx/source/gallery2/galctrl.cxx b/svx/source/gallery2/galctrl.cxx index 73d15e089512..b01e292402bb 100644 --- a/svx/source/gallery2/galctrl.cxx +++ b/svx/source/gallery2/galctrl.cxx @@ -34,6 +34,8 @@ #include <galobj.hxx> #include <avmedia/mediawindow.hxx> #include <svx/strings.hrc> +#include <vcl/event.hxx> +#include <vcl/commandevent.hxx> #include <vcl/graphicfilter.hxx> #include <vcl/settings.hxx> #include <vcl/builderfactory.hxx> diff --git a/svx/source/sidebar/text/TextCharacterSpacingControl.cxx b/svx/source/sidebar/text/TextCharacterSpacingControl.cxx index 5182b6edb219..7ad11da8922b 100644 --- a/svx/source/sidebar/text/TextCharacterSpacingControl.cxx +++ b/svx/source/sidebar/text/TextCharacterSpacingControl.cxx @@ -22,6 +22,7 @@ #include <editeng/editids.hrc> #include <editeng/kernitem.hxx> #include <editeng/fhgtitem.hxx> +#include <sfx2/app.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/sidebar/Theme.hxx> diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx index 8f4cae9a0cb0..80a94a589730 100644 --- a/svx/source/stbctrls/pszctrl.cxx +++ b/svx/source/stbctrls/pszctrl.cxx @@ -19,11 +19,14 @@ #include <limits.h> #include <vcl/builder.hxx> +#include <vcl/commandevent.hxx> +#include <vcl/event.hxx> #include <vcl/field.hxx> #include <vcl/status.hxx> #include <vcl/menu.hxx> #include <vcl/image.hxx> #include <vcl/settings.hxx> +#include <vcl/svapp.hxx> #include <svl/stritem.hxx> #include <svl/ptitem.hxx> #include <svl/itempool.hxx> diff --git a/svx/source/stbctrls/xmlsecctrl.cxx b/svx/source/stbctrls/xmlsecctrl.cxx index 1f9ea639444d..deb717dacaf9 100644 --- a/svx/source/stbctrls/xmlsecctrl.cxx +++ b/svx/source/stbctrls/xmlsecctrl.cxx @@ -22,6 +22,8 @@ #include <vcl/builder.hxx> #include <vcl/menu.hxx> #include <vcl/image.hxx> +#include <vcl/commandevent.hxx> +#include <vcl/event.hxx> #include <sfx2/signaturestate.hxx> #include <sfx2/app.hxx> #include <sfx2/module.hxx> diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx index b98fa5efa4f6..c8eb04b37d3a 100644 --- a/svx/source/svdraw/svdograf.cxx +++ b/svx/source/svdraw/svdograf.cxx @@ -22,6 +22,7 @@ #include <sfx2/lnkbase.hxx> #include <math.h> #include <tools/helpers.hxx> +#include <sot/exchange.hxx> #include <sot/formats.hxx> #include <sot/storage.hxx> #include <unotools/ucbstreamhelper.hxx> diff --git a/svx/source/svdraw/svdoole2.cxx b/svx/source/svdraw/svdoole2.cxx index 68c972bc42a1..75a36a4af429 100644 --- a/svx/source/svdraw/svdoole2.cxx +++ b/svx/source/svdraw/svdoole2.cxx @@ -27,6 +27,7 @@ #include <com/sun/star/embed/EmbedMisc.hpp> #include <com/sun/star/embed/Aspects.hpp> #include <com/sun/star/embed/ObjectSaveVetoException.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/embed/XEmbedPersist2.hpp> #include <com/sun/star/embed/XInplaceClient.hpp> #include <com/sun/star/embed/XInplaceObject.hpp> |