diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-11-08 17:23:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-11-12 09:20:55 +0100 |
commit | 7ddedd2594ddcaeed21f46709fdb44601ff641bf (patch) | |
tree | 2b0e198ba30392a6f140f046b87a67b91f00aa32 /basic/source/uno | |
parent | c465d920f4fe15c6e614beffb80b53d24a3dc5c7 (diff) |
tdf#42949 Fix IWYU warnings in basic/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I325149be2ea7697b5b4a2ce4a662edd2f8be6e50
Reviewed-on: https://gerrit.libreoffice.org/82312
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'basic/source/uno')
-rw-r--r-- | basic/source/uno/dlgcont.cxx | 7 | ||||
-rw-r--r-- | basic/source/uno/namecont.cxx | 8 | ||||
-rw-r--r-- | basic/source/uno/scriptcont.cxx | 15 |
3 files changed, 5 insertions, 25 deletions
diff --git a/basic/source/uno/dlgcont.cxx b/basic/source/uno/dlgcont.cxx index b9cbbcd42b9a..e066b000a078 100644 --- a/basic/source/uno/dlgcont.cxx +++ b/basic/source/uno/dlgcont.cxx @@ -25,10 +25,7 @@ #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XInputStreamProvider.hpp> #include <com/sun/star/embed/ElementModes.hpp> -#include <com/sun/star/ucb/XSimpleFileAccess2.hpp> -#include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/xml/sax/XDocumentHandler.hpp> -#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> #include <com/sun/star/resource/StringResourceWithStorage.hpp> #include <com/sun/star/resource/StringResourceWithLocation.hpp> #include <com/sun/star/document/GraphicStorageHandler.hpp> @@ -36,13 +33,11 @@ #include <dlgcont.hxx> #include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> -#include <unotools/streamwrap.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include <unotools/pathoptions.hxx> #include <xmlscript/xmldlg_imexp.hxx> -#include <cppuhelper/factory.hxx> +#include <sot/storage.hxx> #include <svtools/sfxecode.hxx> #include <svtools/ehdl.hxx> #include <vcl/GraphicObject.hxx> diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx index 3f5840b51b06..179df9b3d009 100644 --- a/basic/source/uno/namecont.cxx +++ b/basic/source/uno/namecont.cxx @@ -33,29 +33,25 @@ #include <osl/mutex.hxx> #include <vcl/errinf.hxx> #include <rtl/ustring.hxx> -#include <rtl/strbuf.hxx> #include <sal/log.hxx> +#include <sot/storage.hxx> #include <comphelper/getexpandeduri.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/anytostring.hxx> #include <comphelper/sequence.hxx> #include <namecont.hxx> #include <basic/basicmanagerrepository.hxx> #include <tools/diagnose_ex.h> #include <tools/urlobj.hxx> -#include <unotools/streamwrap.hxx> #include <unotools/pathoptions.hxx> #include <svtools/sfxecode.hxx> #include <svtools/ehdl.hxx> #include <basic/basmgr.hxx> -#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> #include <com/sun/star/xml/sax/Parser.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/xml/sax/Writer.hpp> #include <com/sun/star/io/XInputStream.hpp> -#include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/uno/DeploymentException.hpp> #include <com/sun/star/lang/DisposedException.hpp> @@ -68,7 +64,7 @@ #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> -#include <basic/sbmod.hxx> +#include <cppuhelper/typeprovider.hxx> #include <memory> namespace basic diff --git a/basic/source/uno/scriptcont.cxx b/basic/source/uno/scriptcont.cxx index e57909ea82f1..18f2dfd3baa0 100644 --- a/basic/source/uno/scriptcont.cxx +++ b/basic/source/uno/scriptcont.cxx @@ -18,16 +18,11 @@ */ #include <scriptcont.hxx> -#include <filefmt.hxx> -#include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/packages/WrongPasswordException.hpp> #include <com/sun/star/xml/sax/Parser.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/Writer.hpp> -#include <com/sun/star/io/XOutputStream.hpp> -#include <com/sun/star/io/XInputStream.hpp> -#include <com/sun/star/io/XActiveDataSource.hpp> -#include <com/sun/star/ucb/XSimpleFileAccess3.hpp> +#include <com/sun/star/io/XTruncate.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/XEncryptionProtectedSource.hpp> #include <com/sun/star/beans/XPropertySet.hpp> @@ -36,26 +31,20 @@ #include <com/sun/star/script/ModuleType.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <comphelper/storagehelper.hxx> -#include <unotools/streamwrap.hxx> #include <unotools/ucbstreamhelper.hxx> -#include <osl/thread.h> -#include <rtl/digest.h> -#include <rtl/strbuf.hxx> #include <sal/log.hxx> +#include <sot/storage.hxx> // For password functionality #include <tools/urlobj.hxx> -#include <unotools/pathoptions.hxx> #include <svtools/sfxecode.hxx> #include <svtools/ehdl.hxx> #include <basic/basmgr.hxx> #include <basic/sbmod.hxx> -#include <basic/basicmanagerrepository.hxx> #include <basic/modsizeexceeded.hxx> #include <xmlscript/xmlmod_imexp.hxx> -#include <cppuhelper/factory.hxx> #include <com/sun/star/util/VetoException.hpp> #include <memory> |