summaryrefslogtreecommitdiff
path: root/svx/source/stbctrls
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-02-28 00:49:17 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-03-02 10:55:00 +0100
commit00bcbbf86d94792b11bbcc11b86acf8f63e34ae4 (patch)
tree2634c4e66a1346dd1f1853dfc10027e129eb7c67 /svx/source/stbctrls
parent068c133ac41c97652909b88c432e3b73010efc3e (diff)
tdf#42949 Fix IWYU warnings in svx/source/s*/*cxx
Except for already done svx/source/sdr/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I1c4b34cf42aa9faa2f7de36fe1602059460c6c1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89656 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/stbctrls')
-rw-r--r--svx/source/stbctrls/insctrl.cxx2
-rw-r--r--svx/source/stbctrls/modctrl.cxx1
-rw-r--r--svx/source/stbctrls/pszctrl.cxx6
-rw-r--r--svx/source/stbctrls/selctrl.cxx2
-rw-r--r--svx/source/stbctrls/xmlsecctrl.cxx6
-rw-r--r--svx/source/stbctrls/zoomctrl.cxx3
6 files changed, 0 insertions, 20 deletions
diff --git a/svx/source/stbctrls/insctrl.cxx b/svx/source/stbctrls/insctrl.cxx
index eaad418e4909..8139d6329df8 100644
--- a/svx/source/stbctrls/insctrl.cxx
+++ b/svx/source/stbctrls/insctrl.cxx
@@ -19,8 +19,6 @@
#include <vcl/status.hxx>
#include <svl/eitem.hxx>
-#include <sfx2/app.hxx>
-#include <sfx2/dispatch.hxx>
#include <tools/debug.hxx>
#include <svx/strings.hrc>
diff --git a/svx/source/stbctrls/modctrl.cxx b/svx/source/stbctrls/modctrl.cxx
index 634781f11956..ef1f8a68bd49 100644
--- a/svx/source/stbctrls/modctrl.cxx
+++ b/svx/source/stbctrls/modctrl.cxx
@@ -23,7 +23,6 @@
#include <vcl/idle.hxx>
#include <vcl/event.hxx>
#include <svl/eitem.hxx>
-#include <sfx2/app.hxx>
#include <tools/debug.hxx>
#include <svx/strings.hrc>
diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx
index 72e5d3f530be..13d3102fdce1 100644
--- a/svx/source/stbctrls/pszctrl.cxx
+++ b/svx/source/stbctrls/pszctrl.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <limits.h>
#include <vcl/builder.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
@@ -29,11 +28,7 @@
#include <vcl/svapp.hxx>
#include <svl/stritem.hxx>
#include <svl/ptitem.hxx>
-#include <svl/itempool.hxx>
-#include <sfx2/app.hxx>
#include <sfx2/module.hxx>
-#include <sfx2/dispatch.hxx>
-#include <sfx2/objsh.hxx>
#include <svl/intitem.hxx>
#include <sal/log.hxx>
@@ -42,7 +37,6 @@
#define PAINT_OFFSET 5
#include <editeng/sizeitem.hxx>
-#include <svx/dlgutil.hxx>
#include "stbctrls.h"
#include <svx/svxids.hrc>
diff --git a/svx/source/stbctrls/selctrl.cxx b/svx/source/stbctrls/selctrl.cxx
index 7d8ec66ff8ca..df54a7ae4f40 100644
--- a/svx/source/stbctrls/selctrl.cxx
+++ b/svx/source/stbctrls/selctrl.cxx
@@ -22,12 +22,10 @@
#include <vcl/menu.hxx>
#include <vcl/status.hxx>
#include <svl/intitem.hxx>
-#include <sfx2/dispatch.hxx>
#include <tools/urlobj.hxx>
#include <svx/selctrl.hxx>
-#include "stbctrls.h"
#include <bitmaps.hlst>
#include <com/sun/star/beans/PropertyValue.hpp>
diff --git a/svx/source/stbctrls/xmlsecctrl.cxx b/svx/source/stbctrls/xmlsecctrl.cxx
index 92807494e8e0..c7b2bf2dca7d 100644
--- a/svx/source/stbctrls/xmlsecctrl.cxx
+++ b/svx/source/stbctrls/xmlsecctrl.cxx
@@ -25,16 +25,10 @@
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <sfx2/signaturestate.hxx>
-#include <sfx2/app.hxx>
#include <sfx2/module.hxx>
-#include <sfx2/dispatch.hxx>
-#include <sfx2/objsh.hxx>
-#include <sfx2/sfxsids.hrc>
#include <svl/intitem.hxx>
-#include <svl/eitem.hxx>
-
#include <svx/strings.hrc>
#include <svx/dialmgr.hxx>
#include <svx/xmlsecctrl.hxx>
diff --git a/svx/source/stbctrls/zoomctrl.cxx b/svx/source/stbctrls/zoomctrl.cxx
index d5445b56faa5..7ac0bc81afcc 100644
--- a/svx/source/stbctrls/zoomctrl.cxx
+++ b/svx/source/stbctrls/zoomctrl.cxx
@@ -25,16 +25,13 @@
#include <vcl/status.hxx>
#include <vcl/menu.hxx>
#include <vcl/settings.hxx>
-#include <sfx2/dispatch.hxx>
#include <tools/urlobj.hxx>
#include <sal/log.hxx>
#include <svx/strings.hrc>
#include <svx/zoomctrl.hxx>
-#include <svx/zoomslideritem.hxx>
#include <sfx2/zoomitem.hxx>
-#include "stbctrls.h"
#include <svx/dialmgr.hxx>
#include "modctrl_internal.hxx"
#include <bitmaps.hlst>