summaryrefslogtreecommitdiff
path: root/extensions/IwyuFilter_extensions.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-03-08 00:16:31 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-03-11 12:46:49 +0100
commitae363d50397ac1a7b49f42706109fd83fa809fcc (patch)
tree33d36dab2068af584ed6f0548f686ee1e510549f /extensions/IwyuFilter_extensions.yaml
parent05820b3d03af1a870e52203749a49804ffe43796 (diff)
tdf#42949 Fix IWYU warnings in extensions/*/*cxx
Except for Windows-specific parts Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I36c81bced6c8b1567e52ba3a4a688a963f294bb0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90179 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'extensions/IwyuFilter_extensions.yaml')
-rw-r--r--extensions/IwyuFilter_extensions.yaml72
1 files changed, 72 insertions, 0 deletions
diff --git a/extensions/IwyuFilter_extensions.yaml b/extensions/IwyuFilter_extensions.yaml
index 712079f6e7c7..8abfa63ba0ef 100644
--- a/extensions/IwyuFilter_extensions.yaml
+++ b/extensions/IwyuFilter_extensions.yaml
@@ -4,3 +4,75 @@ blacklist:
extensions/source/logging/loghandler.hxx:
# Don't propose hxx -> h change in URE libs
- cppuhelper/interfacecontainer.hxx
+ extensions/source/abpilot/admininvokationimpl.cxx:
+ # Needed for direct member access
+ - com/sun/star/awt/XWindow.hpp
+ extensions/source/abpilot/unodialogabp.cxx:
+ # Needed for direct member access
+ - com/sun/star/awt/XWindow.hpp
+ extensions/source/bibliography/bibmod.cxx:
+ # Needed for STATIC_USTRING macro + extern string magic to work at linking time
+ - bibprop.hxx
+ extensions/source/bibliography/framectr.cxx:
+ # Don't propose hxx -> h change in URE libs
+ - cppuhelper/interfacecontainer.hxx
+ # Actually used
+ - com/sun/star/form/runtime/XFormController.hpp
+ - com/sun/star/beans/PropertyValue.hpp
+ extensions/source/config/ldap/ldapaccess.cxx:
+ # Needed on WIN32
+ - o3tl/char16_t2wchar_t.hxx
+ extensions/source/config/ldap/ldapuserprofilebe.cxx:
+ # Actually used
+ - comphelper/scopeguard.hxx
+ extensions/source/dbpilots/listcombowizard.cxx:
+ # Actually used
+ - com/sun/star/container/XNameAccess.hpp
+ extensions/source/dbpilots/commonpagesdbp.cxx:
+ # Actually used
+ - com/sun/star/sdbc/XConnection.hpp
+ extensions/source/update/check/updatecheck.cxx:
+ # Needed on WIN32 for WNT_hasInternetConnection
+ - onlinecheck.hxx
+ extensions/source/update/check/updatecheckconfig.cxx:
+ # Needed on WIN32
+ - o3tl/char16_t2wchar_t.hxx
+ extensions/source/propctrlr/editpropertyhandler.cxx:
+ # Actually used
+ - com/sun/star/inspection/XObjectInspectorUI.hpp
+ extensions/source/propctrlr/cellbindinghandler.cxx:
+ # Actually used
+ - com/sun/star/inspection/XObjectInspectorUI.hpp
+ extensions/source/propctrlr/eformspropertyhandler.cxx:
+ # Actually used
+ - com/sun/star/inspection/XObjectInspectorUI.hpp
+ extensions/source/propctrlr/formcomponenthandler.cxx:
+ # Actually used
+ - com/sun/star/inspection/XObjectInspectorUI.hpp
+ extensions/source/propctrlr/formgeometryhandler.cxx:
+ # Don't propose hxx -> h change in URE libs
+ - cppuhelper/interfacecontainer.hxx
+ extensions/source/propctrlr/handlerhelper.cxx:
+ # Actually used
+ - com/sun/star/inspection/LineDescriptor.hpp
+ extensions/source/propctrlr/pcrunodialogs.cxx:
+ # Actually used
+ - com/sun/star/awt/XWindow.hpp
+ extensions/source/propctrlr/sqlcommanddesign.cxx:
+ # Actually used
+ - com/sun/star/sdbc/XConnection.hpp
+ extensions/source/propctrlr/xsddatatypes.cxx:
+ # Actually used
+ - com/sun/star/xsd/XDataType.hpp
+ extensions/source/propctrlr/submissionhandler.cxx:
+ # Actually used
+ - com/sun/star/inspection/XObjectInspectorUI.hpp
+ extensions/source/propctrlr/selectlabeldialog.cxx:
+ # Actually used
+ - com/sun/star/beans/XPropertySet.hpp
+ extensions/source/propctrlr/xsdvalidationhelper.cxx:
+ # Actually used
+ - com/sun/star/xforms/XDataTypeRepository.hpp
+ extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx:
+ # Actually used
+ - com/sun/star/inspection/XObjectInspectorUI.hpp