diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-12-24 21:48:40 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-07 10:54:49 +0100 |
commit | c0867c0605fd5e41e41e932fcdf094b3dc77fd03 (patch) | |
tree | d75fd2a95a6b8219f53ba40c1715bc1b63ee4c35 /sw/source/uibase/app/docshdrw.cxx | |
parent | 7f82e6dae98bc5e75ec03885eb955a7a72047bb4 (diff) |
tdf#42949 Fix IWYU warnings in sw/source/uibase/[a-g]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I07178531d1c1edbfcd1ec1feed0dbe96ed2627a7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85793
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/uibase/app/docshdrw.cxx')
-rw-r--r-- | sw/source/uibase/app/docshdrw.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/source/uibase/app/docshdrw.cxx b/sw/source/uibase/app/docshdrw.cxx index 432d27befc43..e9a8b2e3160d 100644 --- a/sw/source/uibase/app/docshdrw.cxx +++ b/sw/source/uibase/app/docshdrw.cxx @@ -17,18 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <hintids.hxx> #include <svx/svxids.hrc> -#include <svl/stritem.hxx> #include <svx/drawitem.hxx> -#include <svx/svdmodel.hxx> #include <svx/svdoutl.hxx> #include <svx/xtable.hxx> #include <unotools/configmgr.hxx> #include <docsh.hxx> -#include <doc.hxx> #include <drawdoc.hxx> -#include <IDocumentDrawModelAccess.hxx> +#include <swtypes.hxx> using namespace ::com::sun::star; |