summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwppara.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-06-06 12:24:52 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-06-08 14:57:44 +0200
commit0124ed6c9cd1a3c2f98f528207bb87c4027ecc97 (patch)
treee06192cba4f31dc4271accfe868498da3fad10ed /lotuswordpro/source/filter/lwppara.cxx
parent962309d282415ff54e9c6347d616457bcbeb9d4c (diff)
tdf#42949 Fix IWYU warnings in lotuswordpro/*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9b0ba9f0c334b0eccb0f38a3313c60a63eaf7647 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95644 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'lotuswordpro/source/filter/lwppara.cxx')
-rw-r--r--lotuswordpro/source/filter/lwppara.cxx20
1 files changed, 1 insertions, 19 deletions
diff --git a/lotuswordpro/source/filter/lwppara.cxx b/lotuswordpro/source/filter/lwppara.cxx
index 6dfe95bb1b28..7788132793ff 100644
--- a/lotuswordpro/source/filter/lwppara.cxx
+++ b/lotuswordpro/source/filter/lwppara.cxx
@@ -61,41 +61,23 @@
#include "lwppara.hxx"
#include <lwpglobalmgr.hxx>
#include <lwpfilehdr.hxx>
+#include "lwppagelayout.hxx"
#include "lwpparaproperty.hxx"
-#include <lwptools.hxx>
#include "lwpparastyle.hxx"
-#include <xfilter/xffont.hxx>
-#include <xfilter/xftextstyle.hxx>
#include <xfilter/xfstylemanager.hxx>
#include <xfilter/xfparagraph.hxx>
-#include <xfilter/xftextcontent.hxx>
-#include <xfilter/xftextspan.hxx>
#include <xfilter/xfmargins.hxx>
-#include <xfilter/xftabstop.hxx>
-#include <xfilter/xflinebreak.hxx>
#include <xfilter/xfsection.hxx>
#include <xfilter/xfsectionstyle.hxx>
#include <xfilter/xfcolor.hxx>
-#include <xfilter/xfhyperlink.hxx>
#include <xfilter/xfliststyle.hxx>
-#include "lwpcharsetmgr.hxx"
#include "lwpfribheader.hxx"
-#include "lwpsection.hxx"
#include "lwplayout.hxx"
-#include "lwpusewhen.hxx"
#include "lwpbulletstylemgr.hxx"
#include "lwpstory.hxx"
#include "lwpsilverbullet.hxx"
-#include <xfilter/xflist.hxx>
-#include <xfilter/xfframe.hxx>
-
-#include "lwpdivinfo.hxx"
-#include "lwpdoc.hxx"
-#include "lwpholder.hxx"
-#include "lwppagehint.hxx"
#include <lwpdropcapmgr.hxx>
-#include "lwptable.hxx"
#include <memory>
#include <o3tl/sorted_vector.hxx>