summaryrefslogtreecommitdiff
path: root/svx/source/stbctrls/pszctrl.cxx
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/pszctrl.cxx
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/pszctrl.cxx')
-rw-r--r--svx/source/stbctrls/pszctrl.cxx6
1 files changed, 0 insertions, 6 deletions
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>