diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-02-28 00:49:17 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-02 10:55:00 +0100 |
commit | 00bcbbf86d94792b11bbcc11b86acf8f63e34ae4 (patch) | |
tree | 2634c4e66a1346dd1f1853dfc10027e129eb7c67 /svx/source/svdraw/sdrpagewindow.cxx | |
parent | 068c133ac41c97652909b88c432e3b73010efc3e (diff) |
tdf#42949 Fix IWYU warnings in svx/source/s*/*cxx
Except for already done svx/source/sdr/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I1c4b34cf42aa9faa2f7de36fe1602059460c6c1f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89656
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/svdraw/sdrpagewindow.cxx')
-rw-r--r-- | svx/source/svdraw/sdrpagewindow.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/svx/source/svdraw/sdrpagewindow.cxx b/svx/source/svdraw/sdrpagewindow.cxx index 31a28277cb71..fb3155c0eb14 100644 --- a/svx/source/svdraw/sdrpagewindow.cxx +++ b/svx/source/svdraw/sdrpagewindow.cxx @@ -19,23 +19,17 @@ #include <svx/sdrpagewindow.hxx> #include <com/sun/star/awt/XWindow.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/awt/PosSize.hpp> -#include <com/sun/star/util/XModeChangeBroadcaster.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <comphelper/lok.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/random.hxx> -#include <vcl/svapp.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <svx/svdouno.hxx> -#include <svx/svdpage.hxx> #include <svx/svdview.hxx> #include <svx/svdpagv.hxx> #include <svx/sdrpaintwindow.hxx> #include <svx/sdr/contact/objectcontactofpageview.hxx> #include <svx/sdr/contact/displayinfo.hxx> #include <svx/fmview.hxx> -#include <basegfx/matrix/b2dhommatrix.hxx> #include <sfx2/lokhelper.hxx> #include <tools/debug.hxx> |