diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-08-25 10:28:19 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-29 09:43:23 +0200 |
commit | 00f4595fbec8a6bfc31687ed950525ce20c68fcd (patch) | |
tree | 3ef15a3a54d90c1ff121c380bb3d35ad4fc3a1aa /cui/source/tabpages/transfrm.cxx | |
parent | ecada6d16942f52b37f45254c341c71a62de9a11 (diff) |
tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I9b6fda67ef7de65cc7b468dded862cd47dfd4269
Reviewed-on: https://gerrit.libreoffice.org/78078
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cui/source/tabpages/transfrm.cxx')
-rw-r--r-- | cui/source/tabpages/transfrm.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx index 160a636233df..551509d6a8a0 100644 --- a/cui/source/tabpages/transfrm.cxx +++ b/cui/source/tabpages/transfrm.cxx @@ -21,30 +21,23 @@ #include <algorithm> -#include <sfx2/app.hxx> #include <svx/EnhancedCustomShape2d.hxx> #include <svx/svdundo.hxx> #include <svx/svdview.hxx> #include <svx/svdobj.hxx> #include <svx/svdpagv.hxx> -#include <svx/svdotext.hxx> #include <svx/svdoashp.hxx> #include <svx/sderitm.hxx> -#include <svx/dialogs.hrc> #include <svx/svxids.hrc> #include <svx/transfrmhelper.hxx> -#include <editeng/sizeitem.hxx> #include <svtools/unitconv.hxx> #include <transfrm.hxx> #include <svx/dlgutil.hxx> -#include <editeng/svxenum.hxx> #include <svx/anchorid.hxx> -#include <sfx2/module.hxx> #include <svl/rectitem.hxx> #include <svl/aeitem.hxx> #include <swpossizetabpage.hxx> -#include <comphelper/lok.hxx> #include <vcl/canvastools.hxx> // static ---------------------------------------------------------------- |