diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-08-31 16:30:08 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-12 15:14:12 +0200 |
commit | 4a4adaebeeb2b116d88378b6ca7247fccbd3576a (patch) | |
tree | 09da5d251daa01cf98ddf4b34cfe60334be9bb49 /sd/source/ui/view/drviewsi.cxx | |
parent | 718d9b5e709ca19ce6d1d540ee6b64d0285181f6 (diff) |
tdf#42949 Fix IWYU warnings in sd/source/ui/[u-v]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I878a639eee26f543093f640cd10b8cb7bfbbd108
Reviewed-on: https://gerrit.libreoffice.org/78350
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/view/drviewsi.cxx')
-rw-r--r-- | sd/source/ui/view/drviewsi.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sd/source/ui/view/drviewsi.cxx b/sd/source/ui/view/drviewsi.cxx index cde60865c4b4..e83e175a9d9f 100644 --- a/sd/source/ui/view/drviewsi.cxx +++ b/sd/source/ui/view/drviewsi.cxx @@ -19,32 +19,18 @@ #include <DrawViewShell.hxx> #include <svx/xfillit0.hxx> -#include <svx/xtable.hxx> -#include <sdattr.hxx> -#include <svl/aeitem.hxx> #include <editeng/eeitem.hxx> #include <sfx2/request.hxx> -#include <svx/svditer.hxx> -#include <editeng/colritem.hxx> #include <sfx2/viewfrm.hxx> #include <svx/svxids.hrc> -#include <svx/svdundo.hxx> -#include <svx/view3d.hxx> #include <sfx2/dispatch.hxx> #include <svx/float3d.hxx> #include <svx/f3dchild.hxx> -#include <svx/dialogs.hrc> #include <vcl/weld.hxx> -#include <app.hrc> #include <strings.hrc> #include <drawdoc.hxx> -#include <DrawDocShell.hxx> -#include <anminfo.hxx> -#include <unoaprms.hxx> -#include <sdundogr.hxx> -#include <drawview.hxx> #include <Window.hxx> #include <sdresid.hxx> |