summaryrefslogtreecommitdiffstats
path: root/eventattacher
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-16 00:23:44 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-23 09:06:27 +0200
commitc3c620c89d0159629f04642cb665fc8fdff7481e (patch)
tree7ac764530715934c7c71adf79d5ba345b744022c /eventattacher
parentxmloff: create XMLDrawStylesImportOasis instances with an uno constructor (diff)
downloadcore-c3c620c89d0159629f04642cb665fc8fdff7481e.tar.gz
core-c3c620c89d0159629f04642cb665fc8fdff7481e.zip
tdf#42949 Fix IWYU warnings in: animations/ eventattacher/ i18nutil/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I23a6d485ee1ca0bc3801bcc1a6d748b8ed2b490c Reviewed-on: https://gerrit.libreoffice.org/72634 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'eventattacher')
-rw-r--r--eventattacher/IwyuFilter_eventattacher.yaml2
-rw-r--r--eventattacher/source/eventattacher.cxx4
2 files changed, 4 insertions, 2 deletions
diff --git a/eventattacher/IwyuFilter_eventattacher.yaml b/eventattacher/IwyuFilter_eventattacher.yaml
new file mode 100644
index 000000000000..2922f0b494c5
--- /dev/null
+++ b/eventattacher/IwyuFilter_eventattacher.yaml
@@ -0,0 +1,2 @@
+---
+assumeFilename: eventattacher/source/eventattacher.cxx
diff --git a/eventattacher/source/eventattacher.cxx b/eventattacher/source/eventattacher.cxx
index 2711dd28a01a..6eebdc26a188 100644
--- a/eventattacher/source/eventattacher.cxx
+++ b/eventattacher/source/eventattacher.cxx
@@ -19,9 +19,7 @@
#include <com/sun/star/lang/ServiceNotRegisteredException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-#include <com/sun/star/registry/XRegistryKey.hpp>
#include <com/sun/star/beans/IntrospectionException.hpp>
#include <com/sun/star/beans/theIntrospection.hpp>
#include <com/sun/star/beans/MethodConcept.hpp>
@@ -43,6 +41,8 @@
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
+namespace com::sun::star::lang { class XMultiServiceFactory; }
+
using namespace com::sun::star::uno;
using namespace com::sun::star::registry;
using namespace com::sun::star::lang;