diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-12-29 23:40:36 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-08 11:03:57 +0100 |
commit | a01a5bd9bce5c7ac9c2954e9f35f57a5bbcff77a (patch) | |
tree | 7e481bd88e1f562e195595cfa0ccb95dbaba1dc0 /sw/source/uibase/shells/drwtxtsh.cxx | |
parent | 055dd53e00c28b8d635228a07667c78218910436 (diff) |
tdf#42949 Fix IWYU warnings in sw/source/uibase/[i-t]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I53139566ff41c8ee748945b39cd70b66fed8dc97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85973
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/uibase/shells/drwtxtsh.cxx')
-rw-r--r-- | sw/source/uibase/shells/drwtxtsh.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/uibase/shells/drwtxtsh.cxx b/sw/source/uibase/shells/drwtxtsh.cxx index 674ed73378bf..23e4728f6a5a 100644 --- a/sw/source/uibase/shells/drwtxtsh.cxx +++ b/sw/source/uibase/shells/drwtxtsh.cxx @@ -22,15 +22,12 @@ #include <i18nutil/transliteration.hxx> #include <svl/slstitm.hxx> #include <svl/stritem.hxx> -#include <svl/cjkoptions.hxx> #include <editeng/fontitem.hxx> -#include <editeng/langitem.hxx> #include <svx/svdview.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/objface.hxx> #include <svx/svdotext.hxx> #include <svx/sdooitm.hxx> -#include <svx/svxids.hrc> #include <editeng/editeng.hxx> #include <editeng/editview.hxx> #include <editeng/eeitem.hxx> @@ -54,13 +51,10 @@ #include <view.hxx> #include <wrtsh.hxx> #include <viewopt.hxx> -#include <initui.hxx> #include <drwtxtsh.hxx> -#include <swundo.hxx> #include <breakit.hxx> #include <cmdid.h> -#include <globals.hrc> #define ShellClass_SwDrawTextShell #include <sfx2/msg.hxx> @@ -68,13 +62,9 @@ #include <uitool.hxx> #include <wview.hxx> #include <swmodule.hxx> -#include <svx/dialogs.hrc> #include <svx/svdoashp.hxx> #include <svx/svxdlg.hxx> -#include <svx/xtable.hxx> -#include <cppuhelper/bootstrap.hxx> #include <comphelper/processfactory.hxx> -#include <swabstdlg.hxx> #include <IDocumentUndoRedo.hxx> #include <memory> |