summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoport.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/unoport.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/unoport.cxx')
-rw-r--r--sw/source/core/unocore/unoport.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/unocore/unoport.cxx b/sw/source/core/unocore/unoport.cxx
index d85eaaa420b8..07af7a238484 100644
--- a/sw/source/core/unocore/unoport.cxx
+++ b/sw/source/core/unocore/unoport.cxx
@@ -21,7 +21,6 @@
#include <cmdid.h>
#include <cppuhelper/exc_hlp.hxx>
-#include <cppuhelper/interfacecontainer.h>
#include <vcl/svapp.hxx>
#include <svl/itemprop.hxx>
@@ -32,11 +31,8 @@
#include <unoprnms.hxx>
#include <unomid.h>
#include <txtatr.hxx>
-#include <txtfld.hxx>
#include <ndtxt.hxx>
#include <doc.hxx>
-#include <fmtflcnt.hxx>
-#include <fmtfld.hxx>
#include <frmfmt.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>