diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-11-29 22:26:58 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-12-01 14:56:43 +0100 |
commit | 107399d684bae9e58f5e4020f15eb8a689f1db82 (patch) | |
tree | d4acfa1fab53bf624a245f893fcca6221b56230c /scripting | |
parent | 9c94bae963ef5019f6ca0394d076b1288969aa53 (diff) |
tdf#42949 Fix new IWYU warnings in directories s*
Except recently checked sc, sd, svx, sw
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ice1b86628e4f22a39f307b9c5fa567b6ab9d5acb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106917
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/basprov/basprov.cxx | 1 | ||||
-rw-r--r-- | scripting/source/dlgprov/dlgprov.cxx | 2 | ||||
-rw-r--r-- | scripting/source/protocolhandler/scripthandler.cxx | 3 | ||||
-rw-r--r-- | scripting/source/provider/BrowseNodeFactoryImpl.cxx | 2 | ||||
-rw-r--r-- | scripting/source/provider/MasterScriptProvider.cxx | 3 | ||||
-rw-r--r-- | scripting/source/provider/MasterScriptProviderFactory.cxx | 1 | ||||
-rw-r--r-- | scripting/source/stringresource/stringresource.cxx | 1 |
7 files changed, 1 insertions, 12 deletions
diff --git a/scripting/source/basprov/basprov.cxx b/scripting/source/basprov/basprov.cxx index 9b3e9481a3a2..d4afb41eaea3 100644 --- a/scripting/source/basprov/basprov.cxx +++ b/scripting/source/basprov/basprov.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/document/XEmbeddedScripts.hpp> #include <com/sun/star/uri/UriReferenceFactory.hpp> -#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> #include <rtl/uri.hxx> #include <sal/log.hxx> diff --git a/scripting/source/dlgprov/dlgprov.cxx b/scripting/source/dlgprov/dlgprov.cxx index 22a2839b4042..124aa905ebb3 100644 --- a/scripting/source/dlgprov/dlgprov.cxx +++ b/scripting/source/dlgprov/dlgprov.cxx @@ -18,7 +18,6 @@ */ -#include "DialogModelProvider.hxx" #include "dlgprov.hxx" #include "dlgevtatt.hxx" #include <com/sun/star/awt/UnoControlDialog.hpp> @@ -41,7 +40,6 @@ #include <com/sun/star/uri/XVndSunStarExpandUrl.hpp> #include <com/sun/star/util/theMacroExpander.hpp> -#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/supportsservice.hxx> #include <sfx2/app.hxx> diff --git a/scripting/source/protocolhandler/scripthandler.cxx b/scripting/source/protocolhandler/scripthandler.cxx index b163a2000cce..e8fe67a1c502 100644 --- a/scripting/source/protocolhandler/scripthandler.cxx +++ b/scripting/source/protocolhandler/scripthandler.cxx @@ -37,11 +37,8 @@ #include <sfx2/objsh.hxx> #include <sfx2/frame.hxx> #include <sfx2/sfxdlg.hxx> -#include <vcl/abstdlg.hxx> #include <tools/diagnose_ex.h> -#include <comphelper/processfactory.hxx> -#include <cppuhelper/factory.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/supportsservice.hxx> #include <framework/documentundoguard.hxx> diff --git a/scripting/source/provider/BrowseNodeFactoryImpl.cxx b/scripting/source/provider/BrowseNodeFactoryImpl.cxx index d540b4d09749..eeb5cd0977b7 100644 --- a/scripting/source/provider/BrowseNodeFactoryImpl.cxx +++ b/scripting/source/provider/BrowseNodeFactoryImpl.cxx @@ -22,6 +22,7 @@ #include <cppuhelper/supportsservice.hxx> #include <unotools/mediadescriptor.hxx> +#include <com/sun/star/document/XEmbeddedScripts.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/reflection/ProxyFactory.hpp> @@ -32,7 +33,6 @@ #include <tools/diagnose_ex.h> #include "BrowseNodeFactoryImpl.hxx" -#include "MasterScriptProvider.hxx" #include <util/MiscUtils.hxx> #include <vector> diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx index 007df949e93b..282d631a6f21 100644 --- a/scripting/source/provider/MasterScriptProvider.cxx +++ b/scripting/source/provider/MasterScriptProvider.cxx @@ -21,9 +21,7 @@ #include <comphelper/SetFlagContextHelper.hxx> #include <comphelper/documentinfo.hxx> -#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/exc_hlp.hxx> -#include <cppuhelper/factory.hxx> #include <cppuhelper/supportsservice.hxx> #include <tools/diagnose_ex.h> #include <tools/urlobj.hxx> @@ -43,7 +41,6 @@ #include <sal/log.hxx> #include "MasterScriptProvider.hxx" -#include "URIHelper.hxx" using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/scripting/source/provider/MasterScriptProviderFactory.cxx b/scripting/source/provider/MasterScriptProviderFactory.cxx index cc29abd0a969..acdb8f8da0ff 100644 --- a/scripting/source/provider/MasterScriptProviderFactory.cxx +++ b/scripting/source/provider/MasterScriptProviderFactory.cxx @@ -19,7 +19,6 @@ #include <cppuhelper/supportsservice.hxx> -#include "MasterScriptProvider.hxx" #include "MasterScriptProviderFactory.hxx" using namespace ::com::sun::star; diff --git a/scripting/source/stringresource/stringresource.cxx b/scripting/source/stringresource/stringresource.cxx index 455174f2eff8..bcbb02bb8bbd 100644 --- a/scripting/source/stringresource/stringresource.cxx +++ b/scripting/source/stringresource/stringresource.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/lang/NoSupportException.hpp> #include <com/sun/star/resource/MissingResourceException.hpp> -#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/ElementExistException.hpp> |