diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-11-09 08:00:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-11-10 14:13:14 +0100 |
commit | 877f40ac3f2add2b6dc37bae280d4d98dd102286 (patch) | |
tree | ef0c12a289f076e0b9a9b76aaf32365a89e6acfc /linguistic | |
parent | da5e0c7fb19cb35cf5532d18e7eea166720f2e08 (diff) |
tdf#42949 Fix new IWYU warnings in directories [h-r]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I886b6f446293d3b1cfbf4ae05e8dbd7fabab9f20
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105510
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/convdic.cxx | 1 | ||||
-rw-r--r-- | linguistic/source/convdic.hxx | 1 | ||||
-rw-r--r-- | linguistic/source/convdiclist.cxx | 1 | ||||
-rw-r--r-- | linguistic/source/dicimp.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/dlistimp.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/gciterator.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/lngopt.cxx | 1 | ||||
-rw-r--r-- | linguistic/source/lngsvcmgr.cxx | 1 |
8 files changed, 0 insertions, 11 deletions
diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx index b60df05ad572..4803dd3ad74d 100644 --- a/linguistic/source/convdic.cxx +++ b/linguistic/source/convdic.cxx @@ -51,7 +51,6 @@ #include "convdic.hxx" #include "convdicxml.hxx" #include <linguistic/misc.hxx> -#include "defs.hxx" using namespace std; using namespace utl; diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx index d15fe83a085c..ed26c81f244b 100644 --- a/linguistic/source/convdic.hxx +++ b/linguistic/source/convdic.hxx @@ -28,7 +28,6 @@ #include <i18nlangtag/lang.h> #include <memory> -#include <set> #include <unordered_map> // text conversion dictionary extension diff --git a/linguistic/source/convdiclist.cxx b/linguistic/source/convdiclist.cxx index 9efd7e9151d3..fd291e2130f2 100644 --- a/linguistic/source/convdiclist.cxx +++ b/linguistic/source/convdiclist.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/lang/NoSupportException.hpp> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/linguistic2/ConversionDictionaryType.hpp> #include <com/sun/star/linguistic2/XConversionDictionaryList.hpp> #include <com/sun/star/uno/Reference.h> diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index d29a2bcb0ad3..001a028c708b 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -42,8 +42,6 @@ #include <com/sun/star/linguistic2/LinguServiceManager.hpp> #include <com/sun/star/linguistic2/XSpellChecker1.hpp> -#include "defs.hxx" - #include <algorithm> diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index 3fa38b38d4a5..c0f5f800c688 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -32,7 +32,6 @@ #include <comphelper/sequence.hxx> #include <unotools/ucbstreamhelper.hxx> #include <com/sun/star/frame/XStorable.hpp> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/linguistic2/DictionaryEventFlags.hpp> #include <com/sun/star/linguistic2/DictionaryListEventFlags.hpp> @@ -41,7 +40,6 @@ #include <unotools/resmgr.hxx> #include <sal/log.hxx> -#include "defs.hxx" #include "dlistimp.hxx" #include "dicimp.hxx" #include "lngopt.hxx" diff --git a/linguistic/source/gciterator.cxx b/linguistic/source/gciterator.cxx index 19864c9d8035..ad2c377e6e6d 100644 --- a/linguistic/source/gciterator.cxx +++ b/linguistic/source/gciterator.cxx @@ -40,13 +40,11 @@ #include <com/sun/star/text/XFlatParagraph.hpp> #include <com/sun/star/text/XFlatParagraphIterator.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <sal/config.h> #include <sal/log.hxx> #include <o3tl/safeint.hxx> #include <osl/conditn.hxx> -#include <cppuhelper/factory.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/weak.hxx> #include <i18nlangtag/languagetag.hxx> diff --git a/linguistic/source/lngopt.cxx b/linguistic/source/lngopt.cxx index 290b6581f8dc..e5f3a4454645 100644 --- a/linguistic/source/lngopt.cxx +++ b/linguistic/source/lngopt.cxx @@ -29,7 +29,6 @@ #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/weak.hxx> #include <com/sun/star/lang/Locale.hpp> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> using namespace utl; using namespace osl; diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index 23a2e2c7cac7..5dd758ebbf8d 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/deployment/ExtensionManager.hpp> #include <com/sun/star/container/XContentEnumerationAccess.hpp> #include <com/sun/star/container/XEnumeration.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleComponentFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/linguistic2/XSupportedLocales.hpp> |