diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-02-20 21:24:25 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-02-21 12:14:18 +0100 |
commit | 7bde30fd651c0e6d0a0d6a09e51e549fbbc03d4d (patch) | |
tree | ef69e86280a3980cd0fc51685be72bb72b7a3434 /sw/source | |
parent | e86fb2edfdca48b92b11c149002ab2b06a630b94 (diff) |
Fix some IWYU warnings
Change-Id: If1e6727e4b5bb225495e20d5dfb78fa5da770f75
Reviewed-on: https://gerrit.libreoffice.org/50060
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/SwNumberTree/SwNodeNum.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/attr/format.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/attr/hints.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/doc/DocumentStylePoolManager.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/doc/docnew.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/doc/textboxhelper.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/html/svxcss1.hxx | 1 | ||||
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.hxx | 1 | ||||
-rw-r--r-- | sw/source/filter/ww8/docxsdrexport.cxx | 6 | ||||
-rw-r--r-- | sw/source/filter/ww8/rtfattributeoutput.cxx | 8 | ||||
-rw-r--r-- | sw/source/filter/ww8/rtfexport.cxx | 7 | ||||
-rw-r--r-- | sw/source/filter/xml/xmltbli.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/chrdlg/swuiccoll.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/wrtsh.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/misc/redlndlg.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/uiview/formatclipboard.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/utlui/bookctrl.cxx | 1 |
18 files changed, 39 insertions, 0 deletions
diff --git a/sw/source/core/SwNumberTree/SwNodeNum.cxx b/sw/source/core/SwNumberTree/SwNodeNum.cxx index 7472c05b7bd2..72d5691e987a 100644 --- a/sw/source/core/SwNumberTree/SwNodeNum.cxx +++ b/sw/source/core/SwNumberTree/SwNodeNum.cxx @@ -18,6 +18,8 @@ */ #include <editeng/svxenum.hxx> +#include <svl/stritem.hxx> +#include <svl/intitem.hxx> #include <numrule.hxx> #include <SwNodeNum.hxx> #include <ndtxt.hxx> diff --git a/sw/source/core/attr/format.cxx b/sw/source/core/attr/format.cxx index 3ef7ada2ffcb..33024bb11e89 100644 --- a/sw/source/core/attr/format.cxx +++ b/sw/source/core/attr/format.cxx @@ -28,6 +28,7 @@ #include <paratr.hxx> #include <swcache.hxx> #include <swtblfmt.hxx> +#include <frmatr.hxx> #include <svl/grabbagitem.hxx> #include <svx/sdr/attribute/sdrallfillattributeshelper.hxx> #include <svx/unobrushitemhelper.hxx> diff --git a/sw/source/core/attr/hints.cxx b/sw/source/core/attr/hints.cxx index 7a9af119c0e6..8a3d8de733d7 100644 --- a/sw/source/core/attr/hints.cxx +++ b/sw/source/core/attr/hints.cxx @@ -23,6 +23,7 @@ #include <hints.hxx> #include <ndtxt.hxx> #include <swtypes.hxx> +#include <vcl/outdev.hxx> SwFormatChg::SwFormatChg( SwFormat* pFormat ) : SwMsgPoolItem( RES_FMT_CHG ), pChangedFormat( pFormat ) diff --git a/sw/source/core/doc/DocumentStylePoolManager.cxx b/sw/source/core/doc/DocumentStylePoolManager.cxx index 367ca13bc80c..660e1067e918 100644 --- a/sw/source/core/doc/DocumentStylePoolManager.cxx +++ b/sw/source/core/doc/DocumentStylePoolManager.cxx @@ -61,6 +61,7 @@ #include <svx/strings.hrc> #include <svx/dialmgr.hxx> #include <strings.hrc> +#include <frmatr.hxx> #include <com/sun/star/table/BorderLineStyle.hpp> #include <com/sun/star/text/VertOrientation.hpp> #include <com/sun/star/text/RelOrientation.hpp> diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx index 7baf06eb7da1..1f7e0f3d5a16 100644 --- a/sw/source/core/doc/docnew.cxx +++ b/sw/source/core/doc/docnew.cxx @@ -38,6 +38,8 @@ #include <svx/svdogrp.hxx> #include <sfx2/linkmgr.hxx> #include <editeng/forbiddencharacterstable.hxx> +#include <editeng/ulspitem.hxx> +#include <editeng/lrspitem.hxx> #include <svl/zforlist.hxx> #include <unotools/lingucfg.hxx> #include <svx/svdpage.hxx> diff --git a/sw/source/core/doc/textboxhelper.cxx b/sw/source/core/doc/textboxhelper.cxx index 3d085becd87d..facf350dea2a 100644 --- a/sw/source/core/doc/textboxhelper.cxx +++ b/sw/source/core/doc/textboxhelper.cxx @@ -41,6 +41,7 @@ #include <com/sun/star/text/TextContentAnchorType.hpp> #include <com/sun/star/text/WrapTextMode.hpp> #include <com/sun/star/text/XTextDocument.hpp> +#include <com/sun/star/table/BorderLine2.hpp> using namespace com::sun::star; diff --git a/sw/source/filter/html/svxcss1.hxx b/sw/source/filter/html/svxcss1.hxx index 626368ad7173..bceda4e9c758 100644 --- a/sw/source/filter/html/svxcss1.hxx +++ b/sw/source/filter/html/svxcss1.hxx @@ -32,6 +32,7 @@ class SfxItemPool; class SvxBoxItem; class FontList; +enum class SvxBoxItemLine; enum SvxCSS1Position { diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index df6d32fa6253..2f1301b354a4 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -88,6 +88,7 @@ #include <editeng/blinkitem.hxx> #include <editeng/charhiddenitem.hxx> #include <editeng/editobj.hxx> +#include <editeng/keepitem.hxx> #include <svx/xfillit0.hxx> #include <svx/xflgrit.hxx> #include <svx/fmglob.hxx> @@ -126,6 +127,7 @@ #include <IDocumentStylePoolAccess.hxx> #include <IDocumentRedlineAccess.hxx> #include <grfatr.hxx> +#include <frmatr.hxx> #include <osl/file.hxx> #include <vcl/embeddedfontshelper.hxx> diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx index 958627d4062a..edc9688d858f 100644 --- a/sw/source/filter/ww8/docxattributeoutput.hxx +++ b/sw/source/filter/ww8/docxattributeoutput.hxx @@ -45,6 +45,7 @@ class SwGrfNode; class SdrObject; +enum class SvxBoxItemLine; namespace docx { class FootnotesList; } namespace oox { namespace drawingml { class DrawingML; } } diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx index ee18a6fbcd6e..156b013feb2a 100644 --- a/sw/source/filter/ww8/docxsdrexport.cxx +++ b/sw/source/filter/ww8/docxsdrexport.cxx @@ -14,6 +14,11 @@ #include <com/sun/star/xml/dom/XNodeList.hpp> #include <editeng/unoprnms.hxx> #include <editeng/charrotateitem.hxx> +#include <editeng/lrspitem.hxx> +#include <editeng/ulspitem.hxx> +#include <editeng/shaditem.hxx> +#include <editeng/opaqitem.hxx> +#include <editeng/boxitem.hxx> #include <svx/svdogrp.hxx> #include <oox/helper/propertyset.hxx> #include <oox/token/namespaces.hxx> @@ -27,6 +32,7 @@ #include <txatbase.hxx> #include <fmtfsize.hxx> #include <drawdoc.hxx> +#include <frmatr.hxx> #include "docxattributeoutput.hxx" #include "docxexportfilter.hxx" #include <comphelper/seqstream.hxx> diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx index 50a653d79560..f2b4a6cf69a6 100644 --- a/sw/source/filter/ww8/rtfattributeoutput.cxx +++ b/sw/source/filter/ww8/rtfattributeoutput.cxx @@ -54,6 +54,13 @@ #include <editeng/paravertalignitem.hxx> #include <editeng/blinkitem.hxx> #include <editeng/charhiddenitem.hxx> +#include <editeng/boxitem.hxx> +#include <editeng/brushitem.hxx> +#include <editeng/ulspitem.hxx> +#include <editeng/shaditem.hxx> +#include <editeng/keepitem.hxx> +#include <editeng/frmdiritem.hxx> +#include <editeng/opaqitem.hxx> #include <svx/svdouno.hxx> #include <filter/msfilter/rtfutil.hxx> #include <sfx2/sfxbasemodel.hxx> @@ -82,6 +89,7 @@ #include <com/sun/star/i18n/ScriptType.hpp> #include <o3tl/make_unique.hxx> #include <svl/grabbagitem.hxx> +#include <frmatr.hxx> #include "rtfexport.hxx" using namespace ::com::sun::star; diff --git a/sw/source/filter/ww8/rtfexport.cxx b/sw/source/filter/ww8/rtfexport.cxx index 717fc321edd5..50044b5241f4 100644 --- a/sw/source/filter/ww8/rtfexport.cxx +++ b/sw/source/filter/ww8/rtfexport.cxx @@ -34,6 +34,12 @@ #include <editeng/udlnitem.hxx> #include <editeng/fontitem.hxx> #include <editeng/paperinf.hxx> +#include <editeng/brushitem.hxx> +#include <editeng/protitem.hxx> +#include <editeng/lrspitem.hxx> +#include <editeng/ulspitem.hxx> +#include <editeng/boxitem.hxx> +#include <editeng/shaditem.hxx> #include <lineinfo.hxx> #include <swmodule.hxx> #include <IDocumentLayoutAccess.hxx> @@ -53,6 +59,7 @@ #include <fmtfsize.hxx> #include <ndtxt.hxx> #include <numrule.hxx> +#include <frmatr.hxx> using namespace ::com::sun::star; diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx index c7997b0fb16e..27ef0cb043e7 100644 --- a/sw/source/filter/xml/xmltbli.cxx +++ b/sw/source/filter/xml/xmltbli.cxx @@ -36,6 +36,7 @@ #include <xmloff/xmluconv.hxx> #include <xmloff/i18nmap.hxx> #include <editeng/protitem.hxx> +#include <editeng/lrspitem.hxx> #include <poolfmt.hxx> #include <fmtfsize.hxx> #include <fmtornt.hxx> diff --git a/sw/source/ui/chrdlg/swuiccoll.cxx b/sw/source/ui/chrdlg/swuiccoll.cxx index d8ee3372a9ea..2e58a68dfccc 100644 --- a/sw/source/ui/chrdlg/swuiccoll.cxx +++ b/sw/source/ui/chrdlg/swuiccoll.cxx @@ -35,6 +35,7 @@ #include <hints.hxx> #include <vcl/svapp.hxx> +#include <vcl/lstbox.hxx> #include <swuiccoll.hxx> diff --git a/sw/source/uibase/inc/wrtsh.hxx b/sw/source/uibase/inc/wrtsh.hxx index 60b63dfcca56..556e0570a395 100644 --- a/sw/source/uibase/inc/wrtsh.hxx +++ b/sw/source/uibase/inc/wrtsh.hxx @@ -46,6 +46,7 @@ class SvxAutoCorrect; class NaviContentBookmark; struct SwCallMouseEvent; class SfxStringListItem; +enum class SvMacroItemId : sal_uInt16; namespace i18nutil { struct SearchOptions2; diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx index 3ac0dbd537aa..ecea03ff3c5c 100644 --- a/sw/source/uibase/misc/redlndlg.cxx +++ b/sw/source/uibase/misc/redlndlg.cxx @@ -45,6 +45,7 @@ #include <vector> #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> +#include <vcl/lstbox.hxx> #include <bitmaps.hlst> #include <unomid.h> diff --git a/sw/source/uibase/uiview/formatclipboard.cxx b/sw/source/uibase/uiview/formatclipboard.cxx index 02d40f721886..7fb50ee8c7c7 100644 --- a/sw/source/uibase/uiview/formatclipboard.cxx +++ b/sw/source/uibase/uiview/formatclipboard.cxx @@ -39,6 +39,7 @@ #include <editeng/frmdiritem.hxx> #include <fmtpdsc.hxx> #include <fmtrowsplt.hxx> +#include <frmatr.hxx> namespace { diff --git a/sw/source/uibase/utlui/bookctrl.cxx b/sw/source/uibase/utlui/bookctrl.cxx index 3ff84ef77251..b05b64a64e49 100644 --- a/sw/source/uibase/utlui/bookctrl.cxx +++ b/sw/source/uibase/utlui/bookctrl.cxx @@ -23,6 +23,7 @@ #include <svl/intitem.hxx> #include <svl/stritem.hxx> +#include <svl/eitem.hxx> #include <sfx2/dispatch.hxx> #include <vcl/event.hxx> #include <vcl/status.hxx> |