summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/docsh.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/app/docsh.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/app/docsh.cxx')
-rw-r--r--sw/source/uibase/app/docsh.cxx29
1 files changed, 0 insertions, 29 deletions
diff --git a/sw/source/uibase/app/docsh.cxx b/sw/source/uibase/app/docsh.cxx
index 8ca4d4a07651..758419a2b899 100644
--- a/sw/source/uibase/app/docsh.cxx
+++ b/sw/source/uibase/app/docsh.cxx
@@ -19,7 +19,6 @@
#include <config_features.h>
-#include <hintids.hxx>
#include <vcl/weld.hxx>
#include <vcl/svapp.hxx>
#include <vcl/syswin.hxx>
@@ -29,41 +28,27 @@
#include <svl/eitem.hxx>
#include <svl/stritem.hxx>
#include <svl/PasswordHelper.hxx>
-#include <editeng/adjustitem.hxx>
-#include <basic/sbx.hxx>
#include <unotools/moduleoptions.hxx>
#include <unotools/misccfg.hxx>
-#include <sfx2/request.hxx>
-#include <sfx2/passwd.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/docfile.hxx>
-#include <sfx2/evntconf.hxx>
#include <sfx2/docfilt.hxx>
#include <sfx2/notebookbar/SfxNotebookBar.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/linkmgr.hxx>
-#include <svl/srchitem.hxx>
#include <editeng/flstitem.hxx>
-#include <sfx2/htmlmode.hxx>
-#include <svtools/soerr.hxx>
#include <comphelper/lok.hxx>
#include <comphelper/classids.hxx>
-#include <basic/basmgr.hxx>
#include <basic/sbmod.hxx>
-#include <swevent.hxx>
-#include <fmtpdsc.hxx>
-#include <fmtfsize.hxx>
#include <fmtfld.hxx>
#include <node.hxx>
#include <swwait.hxx>
#include <printdata.hxx>
-#include <frmatr.hxx>
#include <view.hxx>
#include <edtwin.hxx>
#include <PostItMgr.hxx>
#include <wrtsh.hxx>
#include <docsh.hxx>
-#include <basesh.hxx>
#include <viewopt.hxx>
#include <wdocsh.hxx>
#include <swmodule.hxx>
@@ -73,7 +58,6 @@
#include <docstyle.hxx>
#include <doc.hxx>
#include <docfunc.hxx>
-#include <drawdoc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentSettingAccess.hxx>
#include <IDocumentLinksAdministration.hxx>
@@ -82,31 +66,22 @@
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentStatistics.hxx>
#include <IDocumentState.hxx>
-#include <docstat.hxx>
-#include <pagedesc.hxx>
#include <pview.hxx>
-#include <mdiexp.hxx>
-#include <swbaslnk.hxx>
#include <srcview.hxx>
#include <ndindex.hxx>
#include <ndole.hxx>
-#include <swcli.hxx>
#include <txtftn.hxx>
#include <ftnidx.hxx>
#include <fldbas.hxx>
#include <docary.hxx>
#include <swerror.h>
#include <cmdid.h>
-#include <globals.hrc>
#include <strings.hrc>
-#include <app.hrc>
#include <unotools/fltrcfg.hxx>
#include <svtools/htmlcfg.hxx>
-#include <sfx2/fcontnr.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/objface.hxx>
-#include <svx/svxids.hrc>
#define ShellClass_SwDocShell
#include <sfx2/msg.hxx>
@@ -123,15 +98,11 @@
#include <com/sun/star/frame/XStorable.hpp>
#include <ooo/vba/XSinkCaller.hpp>
-#include <unomid.h>
#include <unotextrange.hxx>
-#include <sfx2/Metadatable.hxx>
#include <dbmgr.hxx>
#include <iodetect.hxx>
-#include <sal/log.hxx>
-#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <comphelper/processfactory.hxx>
using namespace ::com::sun::star;