summaryrefslogtreecommitdiff
path: root/ucbhelper/IwyuFilter_ucbhelper.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-03-19 23:31:04 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-04-16 16:39:26 +0200
commit734dc3c3343b112291fcef606258fb67012a2972 (patch)
tree3de771128813fa0473bb97f9164d810e8125c9c4 /ucbhelper/IwyuFilter_ucbhelper.yaml
parent2e3e9d7cef63c9a69cf822d95616f1f9c62b781e (diff)
tdf#42949 Fix IWYU warnings in ucbhelper/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Also include/ucbhelper had some false positives not yet on the blacklist Change-Id: I4500271ea35efd7e140c76255df95ff7bbdf9f27 Reviewed-on: https://gerrit.libreoffice.org/70745 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'ucbhelper/IwyuFilter_ucbhelper.yaml')
-rw-r--r--ucbhelper/IwyuFilter_ucbhelper.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/ucbhelper/IwyuFilter_ucbhelper.yaml b/ucbhelper/IwyuFilter_ucbhelper.yaml
new file mode 100644
index 000000000000..d6c037680870
--- /dev/null
+++ b/ucbhelper/IwyuFilter_ucbhelper.yaml
@@ -0,0 +1,23 @@
+---
+assumeFilename: ucbhelper/source/provider/resultset.cxx
+blacklist:
+ ucbhelper/source/client/content.cxx:
+ # Needed for direct member access
+ - com/sun/star/ucb/XCommandInfo.hpp
+ - com/sun/star/beans/XPropertySetInfo.hpp
+ ucbhelper/source/provider/cancelcommandexecution.cxx:
+ # Needed for linker visibility
+ - ucbhelper/cancelcommandexecution.hxx
+ ucbhelper/source/provider/getcomponentcontext.cxx:
+ # Needed to for ucbhelper::getComponentContext
+ - ucbhelper/getcomponentcontext.hxx
+ ucbhelper/source/provider/resultsetmetadata.cxx:
+ # Needed for UnoType types
+ - com/sun/star/io/XInputStream.hpp
+ - com/sun/star/sdbc/XArray.hpp
+ - com/sun/star/sdbc/XBlob.hpp
+ - com/sun/star/sdbc/XClob.hpp
+ - com/sun/star/sdbc/XRef.hpp
+ - com/sun/star/util/Date.hpp
+ - com/sun/star/util/Time.hpp
+ - com/sun/star/util/DateTime.hpp