summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoidx.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-05 21:33:45 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-12-06 11:53:30 +0100
commit05db09fbe9b9de79a61a5b699dbf93fa67d9bdfd (patch)
treea722c2841a08a6232faa6ed960721cda1dbdfe19 /sw/source/core/unocore/unoidx.cxx
parent496716a8709aa53eb8705938821e6cf25f6b5edf (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I86602514130061e47943c490005e6bbf3460b1b0 Reviewed-on: https://gerrit.libreoffice.org/84585 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/core/unocore/unoidx.cxx')
-rw-r--r--sw/source/core/unocore/unoidx.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/unocore/unoidx.cxx b/sw/source/core/unocore/unoidx.cxx
index 87e06e218d7d..26cc13a113b9 100644
--- a/sw/source/core/unocore/unoidx.cxx
+++ b/sw/source/core/unocore/unoidx.cxx
@@ -36,18 +36,14 @@
#include <cppuhelper/supportsservice.hxx>
#include <vcl/svapp.hxx>
#include <i18nlangtag/languagetag.hxx>
-#include <editeng/unolingu.hxx>
#include <editeng/memberids.h>
#include <hints.hxx>
-#include <cmdid.h>
#include <swtypes.hxx>
#include <shellres.hxx>
#include <viewsh.hxx>
#include <doc.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <docary.hxx>
-#include <poolfmt.hxx>
-#include <pagedesc.hxx>
#include <fmtcntnt.hxx>
#include <unomap.hxx>
#include <unotextrange.hxx>
@@ -55,8 +51,6 @@
#include <unosection.hxx>
#include <doctxm.hxx>
#include <txttxmrk.hxx>
-#include <unocrsr.hxx>
-#include <unostyle.hxx>
#include <ndtxt.hxx>
#include <docsh.hxx>
#include <chpfld.hxx>