office-gobmx/editeng/IwyuFilter_editeng.yaml
Thorsten Behrens c5b985bc9b replace usage of blacklist with excludelist for IWYU
Background and motivation:
  https://tools.ietf.org/html/draft-knodel-terminology-02

Change-Id: I2f22d455d2a936a85750eaab1fda215ebb6d9d48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98182
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-07-10 02:03:40 +02:00

36 lines
1.4 KiB
YAML

---
assumeFilename: editeng/source/editeng/impedit.cxx
excludelist:
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/accessibility/AccessibleImageBullet.hxx:
# base class has to be a complete type
- com/sun/star/accessibility/XAccessibleComponent.hpp
- com/sun/star/accessibility/XAccessibleContext.hpp
- com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp
- com/sun/star/accessibility/XAccessible.hpp
- com/sun/star/lang/XServiceInfo.hpp
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