summaryrefslogtreecommitdiff
path: root/sfx2/source/config
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-19 20:34:25 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-02 14:43:36 +0100
commit66516930ce3d23e073a9d7fea43fed239a0ea8a4 (patch)
tree156c6bd5831d390e34601a612a80b00c334138cb /sfx2/source/config
parent2c7ef73e99dcecb6c86bcbf19135b89ad9e7db3a (diff)
tdf#42949 Fix IWYU warnings in sfx2/source/[b-c]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iefbde5e045b5c0bbfd61d18c80bc76c2fcf0cbaa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85546 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sfx2/source/config')
-rw-r--r--sfx2/source/config/evntconf.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx
index 4f953e3a63e4..df3803126a94 100644
--- a/sfx2/source/config/evntconf.cxx
+++ b/sfx2/source/config/evntconf.cxx
@@ -20,24 +20,13 @@
#include <memory>
-#include <svl/lstner.hxx>
-#include <basic/basmgr.hxx>
-#include <basic/sbmod.hxx>
-#include <basic/sbx.hxx>
-#include <sot/storage.hxx>
-#include <unotools/securityoptions.hxx>
-
-#include <rtl/ustring.h>
#include <sal/log.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <comphelper/processfactory.hxx>
#include <sfx2/evntconf.hxx>
#include <svl/macitem.hxx>
-#include <sfx2/docfile.hxx>
-#include <sfx2/app.hxx>
#include <sfx2/objsh.hxx>
-#include <sfx2/dispatch.hxx>
#include <eventsupplier.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>