summaryrefslogtreecommitdiffstats
path: root/javaunohelper/source/javaunohelper.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-06 00:33:23 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-16 09:40:07 +0200
commit2d22f8bb15c12752f6c763cde330d255d8be9545 (patch)
tree95d2a76a26e236d31fd0bbaef57b128c09526395 /javaunohelper/source/javaunohelper.cxx
parentxmloff: create XMLDrawImportOasis instances with an uno constructor (diff)
downloadcore-2d22f8bb15c12752f6c763cde330d255d8be9545.tar.gz
core-2d22f8bb15c12752f6c763cde330d255d8be9545.zip
tdf#42949 Fix IWYU warnings in javaunohelper/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I16c46b6640a349b886fe934f5634f2ba79d64887 Reviewed-on: https://gerrit.libreoffice.org/71934 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'javaunohelper/source/javaunohelper.cxx')
-rw-r--r--javaunohelper/source/javaunohelper.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/javaunohelper/source/javaunohelper.cxx b/javaunohelper/source/javaunohelper.cxx
index 43c385bed20a..6d4b9907fd30 100644
--- a/javaunohelper/source/javaunohelper.cxx
+++ b/javaunohelper/source/javaunohelper.cxx
@@ -20,7 +20,6 @@
#include <sal/config.h>
#include <osl/module.hxx>
-#include <osl/thread.h>
#include <uno/environment.hxx>
#include <uno/lbnames.h>
@@ -28,13 +27,10 @@
#include <cppuhelper/factory.hxx>
-#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <jni.h>
-#include <jvmaccess/virtualmachine.hxx>
#include <jvmaccess/unovirtualmachine.hxx>
#include "juhx-export-functions.hxx"