diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-06-06 16:01:24 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-06-09 14:55:24 +0200 |
commit | 2c0906bceef2889830cf9bd152b9e06b15f989a8 (patch) | |
tree | bff29c09a7fbff719a6909d42730c0cbe0173e24 /scripting/source/protocolhandler | |
parent | 066d70da9391b43e9586736812b1064028aa53fc (diff) |
tdf#42949 Fix IWYU warnings in scripting/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I014631ec79242d9a5f735d7401fe0f5e323c69a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95649
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'scripting/source/protocolhandler')
-rw-r--r-- | scripting/source/protocolhandler/scripthandler.cxx | 2 | ||||
-rw-r--r-- | scripting/source/protocolhandler/scripthandler.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/scripting/source/protocolhandler/scripthandler.cxx b/scripting/source/protocolhandler/scripthandler.cxx index e55926952f70..a759ef63070c 100644 --- a/scripting/source/protocolhandler/scripthandler.cxx +++ b/scripting/source/protocolhandler/scripthandler.cxx @@ -39,7 +39,6 @@ #include <sfx2/sfxdlg.hxx> #include <vcl/abstdlg.hxx> #include <tools/diagnose_ex.h> -#include <sal/log.hxx> #include <comphelper/processfactory.hxx> #include <cppuhelper/factory.hxx> @@ -48,7 +47,6 @@ #include <framework/documentundoguard.hxx> #include <officecfg/Office/Common.hxx> -#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uri/XUriReference.hpp> #include <com/sun/star/uri/XVndSunStarScriptUrlReference.hpp> #include <com/sun/star/uri/UriReferenceFactory.hpp> diff --git a/scripting/source/protocolhandler/scripthandler.hxx b/scripting/source/protocolhandler/scripthandler.hxx index f23531a53fe4..1a40356463af 100644 --- a/scripting/source/protocolhandler/scripthandler.hxx +++ b/scripting/source/protocolhandler/scripthandler.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_SCRIPTING_SOURCE_PROTOCOLHANDLER_SCRIPTHANDLER_HXX #define INCLUDED_SCRIPTING_SOURCE_PROTOCOLHANDLER_SCRIPTHANDLER_HXX -#include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/frame/XNotifyingDispatch.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> |