summaryrefslogtreecommitdiff
path: root/sd/IwyuFilter_sd.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-08-10 07:48:42 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-08-27 10:23:38 +0200
commit334d8a61e45290015424bd5370cfd51e903ebff4 (patch)
tree707d6dd224147d00b053352d335b306f140dc8fe /sd/IwyuFilter_sd.yaml
parentdb68a9c002314e17c2b1d1748269af4d1851ef48 (diff)
tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[n-s]*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Also a bit of fallout management overreaching into include/ Change-Id: I99bd4527ecf34e5193602f0e9dcb33b504e8c9e1 Reviewed-on: https://gerrit.libreoffice.org/58808 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd/IwyuFilter_sd.yaml')
-rw-r--r--sd/IwyuFilter_sd.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sd/IwyuFilter_sd.yaml b/sd/IwyuFilter_sd.yaml
index 963b62da4088..75705e2b5156 100644
--- a/sd/IwyuFilter_sd.yaml
+++ b/sd/IwyuFilter_sd.yaml
@@ -121,3 +121,10 @@ blacklist:
sd/source/ui/inc/fupage.hxx:
# base class has to be a complete type
- vcl/weld.hxx
+ sd/source/ui/inc/OutlineView.hxx:
+ #std::unique_ptr deleter type has to be complete
+ - o3tl/deleter.hxx
+ sd/source/ui/inc/slideshow.hxx:
+ # typedef needs a complete type
+ - com/sun/star/lang/XServiceInfo.hpp
+ - com/sun/star/presentation/XPresentation2.hpp