summaryrefslogtreecommitdiff
path: root/ucb/IwyuFilter_ucb.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-10-25 12:05:23 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-10-29 16:57:49 +0100
commitc920592d2e431d96a1a8c5896a23d7dc59b01cf6 (patch)
treea50877ed344305c19c74226755316faa56e77aa2 /ucb/IwyuFilter_ucb.yaml
parente4ea1d08296755cb765e699325b895cac448e0df (diff)
tdf#42949 Fix IWYU warnings in ucb/*/*cxx
Also recheck hxx files after recent changes in f-u-i Note: to build ucb/source/ucp/webdav one needs to use the --with-webdav=serf configure option Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I69c3a869394b0667b4d51e18e5293000872227a5 Reviewed-on: https://gerrit.libreoffice.org/81496 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'ucb/IwyuFilter_ucb.yaml')
-rw-r--r--ucb/IwyuFilter_ucb.yaml76
1 files changed, 76 insertions, 0 deletions
diff --git a/ucb/IwyuFilter_ucb.yaml b/ucb/IwyuFilter_ucb.yaml
index a1bf73528e1e..812b811df49a 100644
--- a/ucb/IwyuFilter_ucb.yaml
+++ b/ucb/IwyuFilter_ucb.yaml
@@ -56,3 +56,79 @@ blacklist:
ucb/source/ucp/webdav-neon/webdavprovider.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
+ ucb/source/core/ucb.cxx:
+ # Needed for UnoType
+ - com/sun/star/ucb/XCommandInfo.hpp
+ ucb/source/ucp/cmis/cmis_content.cxx:
+ # Needed for UnoType
+ - com/sun/star/beans/XPropertySetInfo.hpp
+ - com/sun/star/ucb/XCommandInfo.hpp
+ ucb/source/ucp/cmis/cmis_repo_content.cxx:
+ # Needed for UnoType
+ - com/sun/star/ucb/XCommandInfo.hpp
+ - com/sun/star/beans/XPropertySetInfo.hpp
+ ucb/source/ucp/ext/ucpext_content.cxx:
+ # Needed for UnoType
+ - com/sun/star/beans/XPropertySetInfo.hpp
+ - com/sun/star/ucb/XCommandInfo.hpp
+ ucb/source/ucp/ftp/ftpcontent.cxx:
+ # Needed for UnoType
+ - com/sun/star/ucb/XCommandInfo.hpp
+ # Wrapper for external lib
+ - curl.hxx
+ ucb/source/ucp/ftp/ftploaderthread.cxx:
+ # Wrapper for external lib
+ - curl.hxx
+ ucb/source/ucp/gio/gio_content.cxx:
+ # Needed for UnoType
+ - com/sun/star/beans/PropertyValue.hpp
+ - com/sun/star/beans/XPropertySetInfo.hpp
+ - com/sun/star/ucb/XCommandInfo.hpp
+ ucb/source/ucp/hierarchy/hierarchydata.cxx:
+ # Actually in use
+ - com/sun/star/util/XOfficeInstallationDirectories.hpp
+ ucb/source/ucp/hierarchy/hierarchycontent.cxx:
+ # Needed for UnoType
+ - com/sun/star/ucb/XCommandInfo.hpp
+ ucb/source/ucp/package/pkgprovider.cxx:
+ # Actually in use
+ - com/sun/star/uno/XComponentContext.hpp
+ ucb/source/ucp/package/pkgcontent.cxx:
+ # Actually in use
+ - com/sun/star/container/XHierarchicalNameAccess.hpp
+ # Needed for UnoType
+ - com/sun/star/ucb/XCommandInfo.hpp
+ ucb/source/ucp/tdoc/tdoc_content.cxx:
+ # Needed for UnoType
+ - com/sun/star/ucb/XCommandInfo.hpp
+ ucb/source/ucp/webdav-neon/DateTimeHelper.cxx:
+ # Actually in use
+ - com/sun/star/util/DateTime.hpp
+ ucb/source/ucp/webdav-neon/LockEntrySequence.cxx:
+ # Needed for LGPL code licensing
+ - config_lgpl.h
+ ucb/source/ucp/webdav-neon/LinkSequence.cxx:
+ # Needed for LGPL code licensing
+ - config_lgpl.h
+ ucb/source/ucp/webdav-neon/LinkSequence.cxx:
+ # Needed for LGPL code licensing
+ - config_lgpl.h
+ ucb/source/ucp/webdav-neon/LockSequence.cxx:
+ # Needed for LGPL code licensing
+ - config_lgpl.h
+ ucb/source/ucp/webdav-neon/NeonSession.cxx:
+ # Needed for UnoType
+ - com/sun/star/ucb/Lock.hpp
+ - com/sun/star/beans/NamedValue.hpp
+ ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.cxx:
+ # Needed for LGPL code licensing
+ - config_lgpl.h
+ ucb/source/ucp/webdav-neon/webdavcontent.cxx:
+ # Needed for UnoType
+ - com/sun/star/ucb/XCommandInfo.hpp
+ ucb/source/ucp/webdav/DateTimeHelper.cxx:
+ # Actually in use
+ - com/sun/star/util/DateTime.hpp
+ ucb/source/ucp/webdav/webdavcontent.cxx:
+ # Needed for UnoType
+ - com/sun/star/ucb/XCommandInfo.hpp