summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmllib_imexp
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-10-20 14:53:54 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-10-21 14:35:41 +0200
commit3dfb4c47addcb076e874e2950050849d055a6f2d (patch)
tree98155f4419be6ca315d9eec61de40d1ff25db354 /xmlscript/source/xmllib_imexp
parentaf9238d913c24d3bb326d3b0834c5008c9745446 (diff)
tdf#42949 Fix IWYU warnings in xmlscript/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I7f15170473100c50bd4d287ec8cb4a8d6186c703 Reviewed-on: https://gerrit.libreoffice.org/81164 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmlscript/source/xmllib_imexp')
-rw-r--r--xmlscript/source/xmllib_imexp/imp_share.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmlscript/source/xmllib_imexp/imp_share.hxx b/xmlscript/source/xmllib_imexp/imp_share.hxx
index ab7570cd34c7..6a08417a7174 100644
--- a/xmlscript/source/xmllib_imexp/imp_share.hxx
+++ b/xmlscript/source/xmllib_imexp/imp_share.hxx
@@ -24,13 +24,6 @@
#include <cppuhelper/implbase.hxx>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/container/XNameContainer.hpp>
-#include <com/sun/star/beans/XPropertySet.hpp>
-
-#include <com/sun/star/awt/XControlModel.hpp>
-#include <com/sun/star/awt/FontDescriptor.hpp>
-
#include <com/sun/star/xml/input/XRoot.hpp>
#include <com/sun/star/xml/sax/SAXException.hpp>
#include <rtl/ref.hxx>