summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-09-08 00:09:24 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-19 09:24:01 +0200
commit71ef762f21ada8c25aad2183065478171e985e8c (patch)
tree9fe775ae7905c342273d144d94dc4e36e752ac51 /svtools/inc
parent10b457143a2848611ff4fd91c1e74ce8ba975e4e (diff)
tdf#42949 Fix IWYU warnings in svtools/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ifc70900022efcd089c0874bd46e0aacaef0efb72 Reviewed-on: https://gerrit.libreoffice.org/78767 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/FltCallDialogParameter.hxx9
-rw-r--r--svtools/inc/table/defaultinputhandler.hxx1
-rw-r--r--svtools/inc/table/tablecontrol.hxx1
-rw-r--r--svtools/inc/table/tablecontrolinterface.hxx1
-rw-r--r--svtools/inc/templwin.hrc2
-rw-r--r--svtools/inc/uitest/uiobject.hxx1
6 files changed, 6 insertions, 9 deletions
diff --git a/svtools/inc/FltCallDialogParameter.hxx b/svtools/inc/FltCallDialogParameter.hxx
index ddc78e6cd1ea..cd131fa2c235 100644
--- a/svtools/inc/FltCallDialogParameter.hxx
+++ b/svtools/inc/FltCallDialogParameter.hxx
@@ -19,16 +19,15 @@
#ifndef INCLUDED_SVTOOLS_INC_FTLCALLDIALOGPARAMETER_HXX
#define INCLUDED_SVTOOLS_INC_FTLCALLDIALOGPARAMETER_HXX
-#include <sal/types.h>
-#include <vcl/field.hxx>
-#include <com/sun/star/uno/Sequence.h>
+
+#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
-#include <vcl/FilterConfigItem.hxx>
+#include <tools/fldunit.hxx>
class FilterConfigItem;
class SvStream;
class Graphic;
-namespace vcl
+namespace weld
{
class Window;
}
diff --git a/svtools/inc/table/defaultinputhandler.hxx b/svtools/inc/table/defaultinputhandler.hxx
index af4c6ad7ac24..ae92bf42fe77 100644
--- a/svtools/inc/table/defaultinputhandler.hxx
+++ b/svtools/inc/table/defaultinputhandler.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SVTOOLS_INC_TABLE_DEFAULTINPUTHANDLER_HXX
#include <svtools/table/tableinputhandler.hxx>
-#include <svtools/table/tabletypes.hxx>
#include <memory>
diff --git a/svtools/inc/table/tablecontrol.hxx b/svtools/inc/table/tablecontrol.hxx
index e57801b6b0a5..2b8b88de90b6 100644
--- a/svtools/inc/table/tablecontrol.hxx
+++ b/svtools/inc/table/tablecontrol.hxx
@@ -23,7 +23,6 @@
#include <svtools/svtdllapi.h>
#include <svtools/table/tablemodel.hxx>
#include <vcl/accessibletable.hxx>
-#include <vcl/accessiblefactory.hxx>
#include <vcl/ctrl.hxx>
#include <vcl/seleng.hxx>
diff --git a/svtools/inc/table/tablecontrolinterface.hxx b/svtools/inc/table/tablecontrolinterface.hxx
index 554a51645a57..6baff43ba2b7 100644
--- a/svtools/inc/table/tablecontrolinterface.hxx
+++ b/svtools/inc/table/tablecontrolinterface.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SVTOOLS_INC_TABLE_TABLECONTROLINTERFACE_HXX
#include <sal/types.h>
-#include <vcl/event.hxx>
#include <vcl/seleng.hxx>
#include <svtools/table/tabletypes.hxx>
diff --git a/svtools/inc/templwin.hrc b/svtools/inc/templwin.hrc
index c90fdcc1031f..d43e59a1f0ee 100644
--- a/svtools/inc/templwin.hrc
+++ b/svtools/inc/templwin.hrc
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SVTOOLS_INC_TEMPLWIN_HRC
#define INCLUDED_SVTOOLS_INC_TEMPLWIN_HRC
-#include <svtools/controldims.hxx>
+#include <utility>
#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
diff --git a/svtools/inc/uitest/uiobject.hxx b/svtools/inc/uitest/uiobject.hxx
index 16a137da7c7c..c22e2e409346 100644
--- a/svtools/inc/uitest/uiobject.hxx
+++ b/svtools/inc/uitest/uiobject.hxx
@@ -8,6 +8,7 @@
*/
#include <memory>
+#include <svtools/simptabl.hxx>
#include <vcl/uitest/uiobject.hxx>
class SvSimpleTable;