summaryrefslogtreecommitdiff
path: root/sw/IwyuFilter_sw.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-04 01:25:11 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-13 10:38:18 +0200
commit572c5c6b229aba9188435901e1679f50149b8fcb (patch)
treeab36a28082d0b05753d0d8e96380f3d20e3a3c8a /sw/IwyuFilter_sw.yaml
parent91887a3405023ab3ed36b8a5a367f90403b7d740 (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/inc/[g-S]*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I4ebebbbbad31b29c1e63a30685493042462bb52f Reviewed-on: https://gerrit.libreoffice.org/71832 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/IwyuFilter_sw.yaml')
-rw-r--r--sw/IwyuFilter_sw.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/IwyuFilter_sw.yaml b/sw/IwyuFilter_sw.yaml
index 7405d42fa7e0..15e849e77e29 100644
--- a/sw/IwyuFilter_sw.yaml
+++ b/sw/IwyuFilter_sw.yaml
@@ -262,6 +262,14 @@ blacklist:
sw/source/core/inc/frame.hxx:
# Needed for direct member access
- com/sun/star/style/TabStop.hpp
+ sw/source/core/inc/SwXTextDefaults.hxx:
+ # Base class needs complete type
+ - com/sun/star/beans/XPropertySet.hpp
+ - com/sun/star/beans/XPropertyState.hpp
+ - com/sun/star/lang/XServiceInfo.hpp
+ sw/source/core/inc/swthreadjoiner.hxx:
+ # Needed for css shortcut
+ - sal/types.h
sw/qa/extras/odfexport/odfexport.cxx:
# Needed for getProperty template
- com/sun/star/graphic/XGraphic.hpp