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/GraphicObjectBar.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/GraphicObjectBar.cxx')
-rw-r--r-- | sd/source/ui/view/GraphicObjectBar.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sd/source/ui/view/GraphicObjectBar.cxx b/sd/source/ui/view/GraphicObjectBar.cxx index e4974b1758fd..452f2585a40d 100644 --- a/sd/source/ui/view/GraphicObjectBar.cxx +++ b/sd/source/ui/view/GraphicObjectBar.cxx @@ -19,30 +19,19 @@ #include <GraphicObjectBar.hxx> -#include <limits.h> -#include <svl/whiter.hxx> -#include <svl/itempool.hxx> -#include <sfx2/app.hxx> #include <sfx2/shell.hxx> #include <svx/svxids.hrc> #include <sfx2/request.hxx> -#include <sfx2/basedlgs.hxx> #include <svx/svdograf.hxx> #include <svx/grfflt.hxx> -#include <svl/aeitem.hxx> #include <svx/grafctrl.hxx> #include <sfx2/objface.hxx> -#include <app.hrc> - #include <strings.hrc> #include <DrawDocShell.hxx> #include <ViewShell.hxx> -#include <Window.hxx> -#include <drawview.hxx> #include <sdresid.hxx> -#include <drawdoc.hxx> using namespace sd; #define ShellClass_GraphicObjectBar |