summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/gloshdl.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-24 21:48:40 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-07 10:54:49 +0100
commitc0867c0605fd5e41e41e932fcdf094b3dc77fd03 (patch)
treed75fd2a95a6b8219f53ba40c1715bc1b63ee4c35 /sw/source/uibase/dochdl/gloshdl.cxx
parent7f82e6dae98bc5e75ec03885eb955a7a72047bb4 (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/dochdl/gloshdl.cxx')
-rw-r--r--sw/source/uibase/dochdl/gloshdl.cxx16
1 files changed, 1 insertions, 15 deletions
diff --git a/sw/source/uibase/dochdl/gloshdl.cxx b/sw/source/uibase/dochdl/gloshdl.cxx
index 31af40a2011c..e36ac4e1081b 100644
--- a/sw/source/uibase/dochdl/gloshdl.cxx
+++ b/sw/source/uibase/dochdl/gloshdl.cxx
@@ -17,25 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <hintids.hxx>
-#include <editeng/wghtitem.hxx>
-#include <editeng/adjustitem.hxx>
#include <vcl/errinf.hxx>
#include <vcl/weld.hxx>
#include <svl/macitem.hxx>
#include <sfx2/fcontnr.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/docfilt.hxx>
-#include <svl/urihelper.hxx>
-#include <svx/langbox.hxx>
#include <unotools/transliterationwrapper.hxx>
-#include <poolfmt.hxx>
-#include <fmtcol.hxx>
-#include <docary.hxx>
+#include <docsh.hxx>
#include <wrtsh.hxx>
-#include <uitool.hxx>
#include <view.hxx>
-#include <swevent.hxx>
#include <gloshdl.hxx>
#include <glosdoc.hxx>
#include <shellio.hxx>
@@ -44,19 +35,14 @@
#include <initui.hxx>
#include <gloslst.hxx>
#include <swdtflvr.hxx>
-#include <docsh.hxx>
#include <strings.hrc>
-#include <swerror.h>
-#include <frmmgr.hxx>
#include <vcl/svapp.hxx>
#include <editeng/acorrcfg.hxx>
#include <sfx2/event.hxx>
#include <swabstdlg.hxx>
-#include <IDocumentFieldsAccess.hxx>
-
#include <memory>
using namespace ::com::sun::star;