From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- ucb/IwyuFilter_ucb.yaml | 74 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 ucb/IwyuFilter_ucb.yaml (limited to 'ucb/IwyuFilter_ucb.yaml') diff --git a/ucb/IwyuFilter_ucb.yaml b/ucb/IwyuFilter_ucb.yaml new file mode 100644 index 000000000..8501abb22 --- /dev/null +++ b/ucb/IwyuFilter_ucb.yaml @@ -0,0 +1,74 @@ +--- +assumeFilename: ucb/source/core/ucb.cxx +excludelist: + ucb/source/ucp/ftp/ftploaderthread.hxx: + # Wrapper for external lib + - curl.hxx + ucb/source/ucp/ftp/ftpurl.hxx: + # Wrapper for external lib + - curl.hxx + ucb/source/ucp/ftp/ftpcontentprovider.hxx: + # Wrapper for external lib + - curl.hxx + 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 + # Needed for boost::make_shared + - boost/make_shared.hpp + ucb/source/ucp/cmis/cmis_repo_content.cxx: + # Needed for UnoType + - com/sun/star/ucb/XCommandInfo.hpp + - com/sun/star/beans/XPropertySetInfo.hpp + # Needed for boost::make_shared + - boost/make_shared.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-curl/DateTimeHelper.cxx: + # Actually in use + - com/sun/star/util/DateTime.hpp + ucb/source/ucp/webdav-curl/webdavcontent.cxx: + # Needed for UnoType + - com/sun/star/ucb/XCommandInfo.hpp + ucb/source/ucp/webdav-curl/CurlSession.cxx: + # Actually used + - comphelper/scopeguard.hxx + ucb/source/ucp/webdav-curl/webdavcontent.cxx: + # Actually used + - com/sun/star/uno/XComponentContext.hpp + - com/sun/star/ucb/XCommandInfo.hpp -- cgit v1.2.3