diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-08-11 10:59:06 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-12 09:55:47 +0200 |
commit | 22c484b5978eb47b6fd935d37b6f83cf96158528 (patch) | |
tree | 9227cfc50194a8ff3f74b82653c6e2c8cb23bbc0 /sc/source/ui/view/tabvwshd.cxx | |
parent | e71b46196cdfa8fa753b4f5030c8e95eb61105ee (diff) |
tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie47dff381392ef57cb857184c179bf82d3b55862
Reviewed-on: https://gerrit.libreoffice.org/77258
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/view/tabvwshd.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwshd.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/view/tabvwshd.cxx b/sc/source/ui/view/tabvwshd.cxx index 45b2c10d7c7e..15f35672c641 100644 --- a/sc/source/ui/view/tabvwshd.cxx +++ b/sc/source/ui/view/tabvwshd.cxx @@ -18,16 +18,11 @@ */ #include <sfx2/childwin.hxx> -#include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> -#include <vcl/svapp.hxx> -#include <vcl/wrkwin.hxx> #include <tabvwsh.hxx> -#include <global.hxx> #include <scmod.hxx> #include <docsh.hxx> -#include <sc.hrc> #include <gridwin.hxx> //! parent window for dialogs |