summaryrefslogtreecommitdiff
path: root/editeng/IwyuFilter_editeng.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-18 21:37:52 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-12-20 10:40:04 +0100
commit0c595cff64674c868f38392b6e4511f8133ae1b1 (patch)
treef7fe1f938ccf4687456da16dba7f83f119d86ad5 /editeng/IwyuFilter_editeng.yaml
parentaa7a23f4f71853b7a256435404b7f73ddefc061e (diff)
tdf#42949 Fix IWYU warnings in editeng/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I8d56ef332c18b03d44489762bd6bf540b893b599 Reviewed-on: https://gerrit.libreoffice.org/85429 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'editeng/IwyuFilter_editeng.yaml')
-rw-r--r--editeng/IwyuFilter_editeng.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/editeng/IwyuFilter_editeng.yaml b/editeng/IwyuFilter_editeng.yaml
new file mode 100644
index 000000000000..8881e16fc348
--- /dev/null
+++ b/editeng/IwyuFilter_editeng.yaml
@@ -0,0 +1,29 @@
+---
+assumeFilename: editeng/source/editeng/impedit.cxx
+blacklist:
+ editeng/source/editeng/impedit.hxx:
+ # Complete type needed for pointer arithmetic
+ - editeng/SpellPortions.hxx
+ editeng/source/accessibility/AccessibleContextBase.cxx:
+ # Actually used
+ - com/sun/star/accessibility/XAccessibleEventListener.hpp
+ editeng/source/accessibility/AccessibleEditableTextPara.cxx:
+ # Needed for macro defines
+ - editeng/unoprnms.hxx
+ editeng/source/items/CustomPropertyField.cxx:
+ # Actually used
+ - com/sun/star/document/XDocumentProperties.hpp
+ editeng/source/misc/SvXMLAutoCorrectExport.cxx:
+ # Actually used
+ - com/sun/star/xml/sax/XDocumentHandler.hpp
+ editeng/source/uno/unotext.cxx:
+ # Needed for macro defines
+ - editeng/unoprnms.hxx
+ # Needed for UnoType call to work
+ - com/sun/star/lang/Locale.hpp
+ editeng/source/xml/xmltxtexp.cxx:
+ # Needed for UnoType call to work
+ - com/sun/star/lang/Locale.hpp
+ editeng/source/xml/xmltxtimp.cxx:
+ # Needed for macro defines
+ - editeng/unoprnms.hxx