diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-09-16 21:01:17 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-09-17 08:51:54 +0200 |
commit | d402e4552e7d8c7cfda60ed3f0c7e11a856a70f4 (patch) | |
tree | 8ec3e1aaadc3a2888b604faef14e84430a786221 /desktop | |
parent | 78bc57b130d9e88d3582b68e4b6c8584643dd636 (diff) |
Remove some unused includes
Change-Id: I4a357ee2c542884149d7460bf2be66e5863fbaed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102882
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/IwyuFilter_desktop.yaml | 1 | ||||
-rw-r--r-- | desktop/source/app/app.cxx | 3 | ||||
-rw-r--r-- | desktop/source/lib/init.cxx | 2 | ||||
-rw-r--r-- | desktop/source/migration/migration.cxx | 1 | ||||
-rw-r--r-- | desktop/source/offacc/acceptor.cxx | 3 |
5 files changed, 1 insertions, 9 deletions
diff --git a/desktop/IwyuFilter_desktop.yaml b/desktop/IwyuFilter_desktop.yaml index 6207be5de48e..0729ec1c7e89 100644 --- a/desktop/IwyuFilter_desktop.yaml +++ b/desktop/IwyuFilter_desktop.yaml @@ -10,6 +10,7 @@ excludelist: desktop/qa/desktop_lib/test_desktop_lib.cxx: # Actually used - comphelper/scopeguard.hxx + - rtl/math.hxx desktop/source/app/app.cxx: # Needed on WIN32 - o3tl/char16_t2wchar_t.hxx diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 8c020c486798..6e067efad529 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -45,7 +45,6 @@ #include <framework/desktop.hxx> #include <i18nlangtag/languagetag.hxx> #include <o3tl/char16_t2wchar_t.hxx> -#include <o3tl/runtimetooustring.hxx> #include <svl/languageoptions.hxx> #include <svtools/javacontext.hxx> #include <com/sun/star/beans/XPropertySet.hpp> @@ -53,8 +52,6 @@ #include <com/sun/star/frame/theGlobalEventBroadcaster.hpp> #include <com/sun/star/frame/SessionListener.hpp> #include <com/sun/star/frame/XSynchronousDispatch.hpp> -#include <com/sun/star/document/CorruptedFilterConfigurationException.hpp> -#include <com/sun/star/configuration/CorruptedConfigurationException.hpp> #include <com/sun/star/configuration/theDefaultProvider.hpp> #include <com/sun/star/util/XFlushable.hpp> #include <com/sun/star/system/SystemShellExecuteFlags.hpp> diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index ea8567f6493a..681ac3b12488 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -92,7 +92,6 @@ #include <com/sun/star/linguistic2/LinguServiceManager.hpp> #include <com/sun/star/linguistic2/XSpellChecker.hpp> -#include <com/sun/star/i18n/Calendar2.hpp> #include <com/sun/star/i18n/LocaleCalendar2.hpp> #include <com/sun/star/i18n/ScriptType.hpp> #include <com/sun/star/lang/DisposedException.hpp> @@ -136,7 +135,6 @@ #include <vcl/ITiledRenderable.hxx> #include <vcl/dialoghelper.hxx> #include <unicode/uchar.h> -#include <unotools/configmgr.hxx> #include <unotools/confignode.hxx> #include <unotools/syslocaleoptions.hxx> #include <unotools/mediadescriptor.hxx> diff --git a/desktop/source/migration/migration.cxx b/desktop/source/migration/migration.cxx index 0db171114467..297d13e8af20 100644 --- a/desktop/source/migration/migration.cxx +++ b/desktop/source/migration/migration.cxx @@ -51,7 +51,6 @@ #include <com/sun/star/embed/FileSystemStorageFactory.hpp> #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp> -#include <com/sun/star/frame/theUICommandDescription.hpp> #include <com/sun/star/ui/UIConfigurationManager.hpp> #include <com/sun/star/ui/XUIConfigurationPersistence.hpp> #include <vcl/commandinfoprovider.hxx> diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx index 3380cb277103..7697c18b422f 100644 --- a/desktop/source/offacc/acceptor.cxx +++ b/desktop/source/offacc/acceptor.cxx @@ -23,9 +23,6 @@ #include <com/sun/star/bridge/BridgeFactory.hpp> #include <com/sun/star/connection/Acceptor.hpp> #include <com/sun/star/uno/XNamingService.hpp> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include <comphelper/processfactory.hxx> -#include <cppuhelper/factory.hxx> #include <cppuhelper/supportsservice.hxx> #include <sal/log.hxx> #include <tools/diagnose_ex.h> |