diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-15 22:52:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-21 13:52:11 +0100 |
commit | 1eaa1e2adeb50bb14d550e70fb77edfd2da11807 (patch) | |
tree | 1cc607ecb3ced0a3d28dd244aa84693171d0b638 /sfx2/source/view/sfxbasecontroller.cxx | |
parent | 46c0dbea12bd8329aa37ca5503db12b4162ef6c6 (diff) |
tdf#42949 Fix IWYU warnings in sfx2/source/[s-v]*/*cxx and sfx2/qa
Also quickly recheck other parts of sfx2 after recent welding there
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iff847f142557b5b253887add12c005821554ef65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86891
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sfx2/source/view/sfxbasecontroller.cxx')
-rw-r--r-- | sfx2/source/view/sfxbasecontroller.cxx | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx index 305e5b5825eb..32150062aba9 100644 --- a/sfx2/source/view/sfxbasecontroller.cxx +++ b/sfx2/source/view/sfxbasecontroller.cxx @@ -20,10 +20,6 @@ #include <time.h> #include <sfx2/sfxbasecontroller.hxx> -#include <com/sun/star/awt/KeyEvent.hpp> -#include <com/sun/star/awt/KeyModifier.hpp> -#include <com/sun/star/awt/MouseEvent.hpp> -#include <com/sun/star/awt/MouseButton.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/util/XCloseBroadcaster.hpp> @@ -44,10 +40,7 @@ #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/container/XIndexAccess.hpp> -#include <cppuhelper/interfacecontainer.hxx> -#include <cppuhelper/typeprovider.hxx> -#include <basic/sbstar.hxx> -#include <uno/mapping.hxx> +#include <comphelper/interfacecontainer2.hxx> #include <sfx2/viewsh.hxx> #include <sfx2/docfac.hxx> #include <sfx2/viewfrm.hxx> @@ -57,20 +50,17 @@ #include <sfx2/dispatch.hxx> #include <sfx2/userinputinterception.hxx> -#include "viewimp.hxx" #include <sfx2/unoctitm.hxx> #include <sfx2/childwin.hxx> #include <sfx2/sfxsids.hrc> #include <sfx2/sfxresid.hxx> #include <workwin.hxx> -#include <sfx2/objface.hxx> #include <sfx2/infobar.hxx> #include <osl/mutex.hxx> #include <tools/diagnose_ex.h> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/sequence.hxx> -#include <rtl/ustrbuf.hxx> #include <toolkit/helper/convert.hxx> #include <framework/titlehelper.hxx> #include <comphelper/processfactory.hxx> |