diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-12 01:40:03 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-17 10:01:04 +0100 |
commit | a0d8600bbcc2fd108b1f44ca735a921bc8b4b577 (patch) | |
tree | 05aa6933aba37defe11990d1d4e27997ead60b9d /svx/source/dialog/dlgctrl.cxx | |
parent | fb032d58c71fc2d5c199b24b669a69ce119fff80 (diff) |
tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I68110cdc5cff99a3bc15184c04ae309412511f9c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86633
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/dialog/dlgctrl.cxx')
-rw-r--r-- | svx/source/dialog/dlgctrl.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx index cb79d09cd6d2..d69a3cceb2f4 100644 --- a/svx/source/dialog/dlgctrl.cxx +++ b/svx/source/dialog/dlgctrl.cxx @@ -24,23 +24,14 @@ #include <sfx2/dialoghelper.hxx> #include <svx/xlineit0.hxx> #include <svx/xtable.hxx> -#include <svx/xpool.hxx> #include <svx/strings.hrc> #include <bitmaps.hlst> #include <svx/dlgctrl.hxx> #include <svx/dialmgr.hxx> #include <tools/debug.hxx> -#include <tools/poly.hxx> -#include <vcl/region.hxx> -#include <vcl/gradient.hxx> -#include <vcl/hatch.hxx> -#include <com/sun/star/accessibility/AccessibleEventObject.hpp> -#include <com/sun/star/accessibility/AccessibleEventId.hpp> -#include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <svxpixelctlaccessiblecontext.hxx> #include <svtools/colorcfg.hxx> #include <svxrectctaccessiblecontext.hxx> -#include <com/sun/star/lang/XUnoTunnel.hpp> #include <basegfx/point/b2dpoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <svx/svdorect.hxx> @@ -48,9 +39,7 @@ #include <svx/svdopath.hxx> #include <svx/sdr/contact/objectcontactofobjlistpainter.hxx> #include <svx/sdr/contact/displayinfo.hxx> -#include <vcl/bitmapaccess.hxx> #include <vcl/BitmapTools.hxx> -#include <svx/xbtmpit.hxx> #define OUTPUT_DRAWMODE_COLOR (DrawModeFlags::Default) #define OUTPUT_DRAWMODE_CONTRAST (DrawModeFlags::SettingsLine | DrawModeFlags::SettingsFill | DrawModeFlags::SettingsText | DrawModeFlags::SettingsGradient) |