summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basides1.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-01-16 20:25:45 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-22 10:09:01 +0100
commitd847ca56ef2d020da5efa696ce5eb3c96e1ba474 (patch)
treee1594ae055ec0f0febd8f1ffa76f7aed7e15957e /basctl/source/basicide/basides1.cxx
parenta8303106cb6289e7ddc57d8163fafb22226d085a (diff)
tdf#42949 Fix IWYU warnings in basctl/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id956a2aaffb7ac8787847eedc4860bf9f4b70184 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86943 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'basctl/source/basicide/basides1.cxx')
-rw-r--r--basctl/source/basicide/basides1.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx
index d614dfc560ce..ff7224ac6cb0 100644
--- a/basctl/source/basicide/basides1.cxx
+++ b/basctl/source/basicide/basides1.cxx
@@ -18,11 +18,14 @@
*/
#include <memory>
+#include <iderid.hxx>
#include <strings.hrc>
#include <helpids.h>
#include "baside2.hxx"
#include <baside3.hxx>
+#include <basidesh.hxx>
+#include <basobj.hxx>
#include <docsignature.hxx>
#include <iderdll.hxx>
#include "iderdll2.hxx"
@@ -30,7 +33,6 @@
#include <managelang.hxx>
#include <basic/basmgr.hxx>
-#include <basic/sbmeth.hxx>
#include <com/sun/star/script/ModuleType.hpp>
#include <com/sun/star/script/XLibraryContainerPassword.hpp>
#include <com/sun/star/script/XLibraryContainer2.hpp>
@@ -38,20 +40,18 @@
#include <svl/srchdefs.hxx>
#include <sal/log.hxx>
#include <osl/diagnose.h>
+#include <sfx2/bindings.hxx>
#include <sfx2/childwin.hxx>
-#include <sfx2/docfac.hxx>
#include <sfx2/dinfdlg.hxx>
-#include <sfx2/dispatch.hxx>
#include <sfx2/minfitem.hxx>
-#include <sfx2/printer.hxx>
#include <sfx2/request.hxx>
#include <sfx2/viewfrm.hxx>
#include <svx/svxids.hrc>
-#include <svl/aeitem.hxx>
+#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
#include <svl/visitem.hxx>
#include <svl/whiter.hxx>
-#include <vcl/xtextedt.hxx>
+#include <vcl/texteng.hxx>
#include <vcl/textview.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>