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>
This commit is contained in:
parent
78bc57b130
commit
d402e4552e
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -130,3 +130,5 @@ excludelist:
|
||||
xmlsecurity/qa/unit/signing/signing.cxx:
|
||||
# Don't replace URE header with impl. detail
|
||||
- osl/thread.hxx
|
||||
xmlsecurity/workben/pdfverify.cxx:
|
||||
- comphelper/scopeguard.hxx
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <svl/sigstruct.hxx>
|
||||
#include <svl/cryptosign.hxx>
|
||||
#include <vcl/filter/pdfdocument.hxx>
|
||||
#include <vcl/bitmap.hxx>
|
||||
|
||||
using namespace com::sun::star;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user