diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-06 23:50:33 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-15 09:19:00 +0200 |
commit | ea68858c5beb55c7c70c91f8b1f5b6e41fdfce72 (patch) | |
tree | 294d2e86764a58b824390eb7c3bc8f88a6f13413 /unotools/source/config/moduleoptions.cxx | |
parent | 0efccbc58b41008b03f5b1ecc0a97cfcd1d4eafd (diff) |
tdf#42949 Fix IWYU warnings in unotools/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Also recheck include/unotools/*
Change-Id: I3b8489aca69fbe80fa4a21748ac3c872d0d266c4
Reviewed-on: https://gerrit.libreoffice.org/71883
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'unotools/source/config/moduleoptions.cxx')
-rw-r--r-- | unotools/source/config/moduleoptions.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx index 85cea00c93aa..7d6fa71fe4ec 100644 --- a/unotools/source/config/moduleoptions.cxx +++ b/unotools/source/config/moduleoptions.cxx @@ -19,7 +19,6 @@ #include <unotools/moduleoptions.hxx> #include <comphelper/sequenceashashmap.hxx> -#include <unotools/configmgr.hxx> #include <unotools/configitem.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> @@ -31,7 +30,6 @@ #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/container/XNameAccess.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/document/XTypeDetection.hpp> #include <com/sun/star/util/PathSubstitution.hpp> |