summaryrefslogtreecommitdiff
path: root/unotools/IwyuFilter_unotools.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-06 23:50:33 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-15 09:19:00 +0200
commitea68858c5beb55c7c70c91f8b1f5b6e41fdfce72 (patch)
tree294d2e86764a58b824390eb7c3bc8f88a6f13413 /unotools/IwyuFilter_unotools.yaml
parent0efccbc58b41008b03f5b1ecc0a97cfcd1d4eafd (diff)
tdf#42949 Fix IWYU warnings in unotools/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Also recheck include/unotools/* Change-Id: I3b8489aca69fbe80fa4a21748ac3c872d0d266c4 Reviewed-on: https://gerrit.libreoffice.org/71883 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'unotools/IwyuFilter_unotools.yaml')
-rw-r--r--unotools/IwyuFilter_unotools.yaml44
1 files changed, 44 insertions, 0 deletions
diff --git a/unotools/IwyuFilter_unotools.yaml b/unotools/IwyuFilter_unotools.yaml
new file mode 100644
index 000000000000..52d7e7da280d
--- /dev/null
+++ b/unotools/IwyuFilter_unotools.yaml
@@ -0,0 +1,44 @@
+---
+assumeFilename: unotools/source/i18n/resmgr.cxx
+blacklist:
+ unotools/inc/unotoolsservices.hxx:
+ # Needed for extern declaration
+ - namespace comphelper { namespace service_decl { class ServiceDecl; } }
+ unotools/source/config/itemholder1.hxx:
+ # Base class needs complete type
+ - com/sun/star/lang/XEventListener.hpp
+ unotools/source/ucbhelper/XTempFile.hxx:
+ # Base class needs complete type
+ - com/sun/star/io/XInputStream.hpp
+ - com/sun/star/io/XOutputStream.hpp
+ - com/sun/star/io/XTempFile.hpp
+ - com/sun/star/io/XTruncate.hpp
+ - com/sun/star/beans/XFastPropertySet.hpp
+ - com/sun/star/beans/XPropertyAccess.hpp
+ - com/sun/star/beans/XPropertySet.hpp
+ unotools/source/config/configpaths.cxx:
+ # Needed for linker visibility
+ - unotools/configpaths.hxx
+ unotools/source/config/lingucfg.cxx:
+ # Needed for direct member access
+ - com/sun/star/util/XChangesBatch.hpp
+ unotools/source/config/useroptions.cxx:
+ # Needed for direct member access
+ - com/sun/star/container/XNameAccess.hpp
+ unotools/source/i18n/resmgr.cxx:
+ # Boost wrappers, used only here
+ - boost/locale.hpp
+ - boost/locale/gnu_gettext.hpp
+ unotools/source/ucbhelper/tempfile.cxx:
+ # Needed for non-DBG_UTIL build
+ - unistd.h
+ unotools/source/ucbhelper/ucbhelper.cxx:
+ # Needed for namespaced function declarations
+ - unotools/ucbhelper.hxx
+ unotools/source/ucbhelper/ucblockbytes.cxx:
+ # Needed for direct member access
+ - com/sun/star/beans/PropertyValue.hpp
+ unotools/source/ucbhelper/ucbstreamhelper.cxx:
+ # Needed for direct member access
+ - com/sun/star/beans/PropertyValue.hpp
+