diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-11-01 23:29:42 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-11-11 09:48:23 +0100 |
commit | e4bf92ae344e0db16177de7fc9eed432339d8705 (patch) | |
tree | f758b8791b31638c889464ca57e3bda67da1c449 /framework/source/inc/dispatch | |
parent | 56b124c36cff09257d8373aaa6661a88cfb1926d (diff) |
tdf#42949 Fix IWYU warnings in framework/*/*hxx
Also drop unused framework/inc/fwkdllapi.h
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I9e79266f273b778f4a8bd3330b1b0353a2e01a61
Reviewed-on: https://gerrit.libreoffice.org/81927
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'framework/source/inc/dispatch')
-rw-r--r-- | framework/source/inc/dispatch/dispatchdisabler.hxx | 1 | ||||
-rw-r--r-- | framework/source/inc/dispatch/windowcommanddispatch.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/framework/source/inc/dispatch/dispatchdisabler.hxx b/framework/source/inc/dispatch/dispatchdisabler.hxx index 9ae44931b289..ed64a656ea7a 100644 --- a/framework/source/inc/dispatch/dispatchdisabler.hxx +++ b/framework/source/inc/dispatch/dispatchdisabler.hxx @@ -12,7 +12,6 @@ #include <set> #include <cppuhelper/implbase.hxx> -#include <cppuhelper/weakref.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XInitialization.hpp> diff --git a/framework/source/inc/dispatch/windowcommanddispatch.hxx b/framework/source/inc/dispatch/windowcommanddispatch.hxx index 5ae5dfc41ef6..55ecb81bb16c 100644 --- a/framework/source/inc/dispatch/windowcommanddispatch.hxx +++ b/framework/source/inc/dispatch/windowcommanddispatch.hxx @@ -22,8 +22,6 @@ #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/frame/XFrame.hpp> -#include <com/sun/star/lang/XEventListener.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <cppuhelper/weakref.hxx> #include <tools/link.hxx> |