summaryrefslogtreecommitdiff
path: root/sw/IwyuFilter_sw.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-11-12 23:38:49 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-14 10:43:24 +0100
commit96b1934c03b6c06aa5d28c35cc1a55879d475b6d (patch)
treee7114b1e76f745b56387195c979132052fbf1fea /sw/IwyuFilter_sw.yaml
parent122a0be8ae480473bd1d7f35e197a2529f4621e3 (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I173b3aaca84a707799f0ee78cddcbd70524897bc Reviewed-on: https://gerrit.libreoffice.org/82561 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/IwyuFilter_sw.yaml')
-rw-r--r--sw/IwyuFilter_sw.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/sw/IwyuFilter_sw.yaml b/sw/IwyuFilter_sw.yaml
index e1b03eb15d62..c4e8143616d2 100644
--- a/sw/IwyuFilter_sw.yaml
+++ b/sw/IwyuFilter_sw.yaml
@@ -464,3 +464,13 @@ blacklist:
sw/source/core/undo/untbl.cxx:
# Needed for linker visibility of sw_DebugRedline
- docredln.hxx
+ sw/source/core/edit/edglss.cxx:
+ # OSL_BIGENDIAN is being checked
+ - osl/endian.h
+ sw/source/core/edit/edfcol.cxx:
+ # Actually used
+ - comphelper/scopeguard.hxx
+ sw/source/core/fields/textapi.cxx:
+ # Needed for macros to work
+ - editeng/unoprnms.hxx
+ - com/sun/star/lang/Locale.hpp