summaryrefslogtreecommitdiff
path: root/sw/IwyuFilter_sw.yaml
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-10-24 21:19:37 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-25 11:22:21 +0200
commit5af524251642a43747f56c1f24c41222fd9ac69f (patch)
tree0195f3a01e12d4f047e7da825bd042977c138b76 /sw/IwyuFilter_sw.yaml
parent8f71eb5182f7fe6d3e19705ed233f5f84a0a6208 (diff)
sw: fix some IWYU warnings
Change-Id: Ic7e6aa31e5c6d210101da7223a294092ab5b7481 Reviewed-on: https://gerrit.libreoffice.org/62334 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/IwyuFilter_sw.yaml')
-rw-r--r--sw/IwyuFilter_sw.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/sw/IwyuFilter_sw.yaml b/sw/IwyuFilter_sw.yaml
index cd278aba47b6..3597e35b8f07 100644
--- a/sw/IwyuFilter_sw.yaml
+++ b/sw/IwyuFilter_sw.yaml
@@ -17,6 +17,8 @@ blacklist:
- numrule.hxx
# tox.hxx brings in SwTOXType, which is needed by SwTOXTypes, as SwVectorModifyBase's dtor wants to delete it
- tox.hxx
+ # section.hxx brings in SwSectionFormat, which is needed by SwSectionFormats, as SwFormatsModifyBase's type param has to be complete
+ - section.hxx
sw/inc/docfac.hxx:
# Complete type is needed by rtl::Reference<SwDoc>.
- doc.hxx
@@ -36,6 +38,8 @@ blacklist:
- o3tl/typed_flags_set.hxx
sw/inc/doc.hxx:
- o3tl/deleter.hxx
+ sw/inc/docsh.hxx:
+ - o3tl/deleter.hxx
sw/inc/list.hxx:
- o3tl/deleter.hxx
sw/inc/IDocumentLinksAdministration.hxx:
@@ -56,6 +60,8 @@ blacklist:
- o3tl/typed_flags_set.hxx
sw/inc/undobj.hxx:
- o3tl/typed_flags_set.hxx
+ sw/inc/itabenum.hxx:
+ - o3tl/typed_flags_set.hxx
sw/inc/unosett.hxx:
# sw::UnoImplPtr typedef
- unobaseclass.hxx
@@ -240,6 +246,7 @@ blacklist:
- class SwUpdateAttr
- class SfxBoolItem
- class SvxCharSetColorItem
+ - class SvxColorItem
# used in extern declaration
- struct SfxItemInfo
sw/inc/textboxhelper.hxx:
@@ -252,3 +259,8 @@ blacklist:
# complete type is wanted
- com/sun/star/awt/XBitmap.hpp
- com/sun/star/text/XTextColumns.hpp
+ sw/inc/pagepreviewlayout.hxx:
+ - vector
+ sw/inc/shellio.hxx:
+ - o3tl/deleter.hxx
+ - o3tl/typed_flags_set.hxx