diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-02-28 00:49:17 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-02 10:55:00 +0100 |
commit | 00bcbbf86d94792b11bbcc11b86acf8f63e34ae4 (patch) | |
tree | 2634c4e66a1346dd1f1853dfc10027e129eb7c67 /svx/source/svdraw/svdmodel.cxx | |
parent | 068c133ac41c97652909b88c432e3b73010efc3e (diff) |
tdf#42949 Fix IWYU warnings in svx/source/s*/*cxx
Except for already done svx/source/sdr/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I1c4b34cf42aa9faa2f7de36fe1602059460c6c1f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89656
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/svdraw/svdmodel.cxx')
-rw-r--r-- | svx/source/svdraw/svdmodel.cxx | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx index 839c290deec7..d0c7226dc020 100644 --- a/svx/source/svdraw/svdmodel.cxx +++ b/svx/source/svdraw/svdmodel.cxx @@ -20,8 +20,6 @@ #include <svx/svdmodel.hxx> #include <cassert> #include <math.h> -#include <osl/endian.h> -#include <rtl/strbuf.hxx> #include <sal/log.hxx> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/document/XStorageBasedDocument.hpp> @@ -30,7 +28,6 @@ #include <unotools/pathoptions.hxx> #include <svl/whiter.hxx> #include <svl/asiancfg.hxx> -#include <svx/xit.hxx> #include <svx/xbtmpit.hxx> #include <svx/xlndsit.hxx> #include <svx/xlnedit.hxx> @@ -38,10 +35,8 @@ #include <svx/xflftrit.hxx> #include <svx/xflhtit.hxx> #include <svx/xlnstit.hxx> -#include <editeng/editdata.hxx> #include <editeng/editeng.hxx> #include <svx/xtable.hxx> -#include <svx/svditer.hxx> #include <svx/svdtrans.hxx> #include <svx/svdpage.hxx> #include <svx/svdlayer.hxx> @@ -52,35 +47,26 @@ #include <textchain.hxx> #include <svx/svdetc.hxx> #include <svx/svdoutl.hxx> -#include <svx/svdoole2.hxx> #include <svx/dialmgr.hxx> #include <svx/strings.hrc> #include <svdoutlinercache.hxx> -#include <svx/xflclit.hxx> -#include <svx/xlnclit.hxx> #include <svx/sdasitm.hxx> #include <officecfg/Office/Common.hxx> #include <editeng/fontitem.hxx> #include <editeng/colritem.hxx> #include <editeng/fhgtitem.hxx> #include <svl/style.hxx> -#include <editeng/numitem.hxx> -#include <editeng/bulletitem.hxx> -#include <editeng/outlobj.hxx> #include <editeng/forbiddencharacterstable.hxx> -#include <svl/zforlist.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/storagehelper.hxx> -#include <tools/tenccvt.hxx> +#include <unotools/localedatawrapper.hxx> #include <unotools/syslocale.hxx> -#include <svx/sdr/properties/properties.hxx> #include <editeng/eeitem.hxx> #include <svl/itemset.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <memory> #include <libxml/xmlwriter.h> -#include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <sfx2/viewsh.hxx> #include <o3tl/enumrange.hxx> #include <tools/diagnose_ex.h> |