summaryrefslogtreecommitdiff
path: root/sd/IwyuFilter_sd.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-09-06 00:36:41 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-09-07 10:43:51 +0200
commit9912d3e4003a10d7bc690afdef69473976244dd7 (patch)
tree80f3517bbe8428246d0bd88be3b4cb45aebb2167 /sd/IwyuFilter_sd.yaml
parent4b5194bd1d0dd893720ec0b311ee215a3168219f (diff)
tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[t-z]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I4ec951ddbc0a5ad4718bb44731eb2b4a0f718afc Reviewed-on: https://gerrit.libreoffice.org/60061 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd/IwyuFilter_sd.yaml')
-rw-r--r--sd/IwyuFilter_sd.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sd/IwyuFilter_sd.yaml b/sd/IwyuFilter_sd.yaml
index 75705e2b5156..d0561dc6eb15 100644
--- a/sd/IwyuFilter_sd.yaml
+++ b/sd/IwyuFilter_sd.yaml
@@ -128,3 +128,20 @@ blacklist:
# typedef needs a complete type
- com/sun/star/lang/XServiceInfo.hpp
- com/sun/star/presentation/XPresentation2.hpp
+ sd/source/ui/inc/unomodel.hxx:
+ # base class has to be a complete type
+ - com/sun/star/drawing/XDrawPages.hpp
+ sd/source/ui/inc/unosrch.hxx:
+ # base class has to be a complete type
+ - com/sun/star/lang/XUnoTunnel.hpp
+ - com/sun/star/util/XReplaceDescriptor.hpp
+ sd/source/ui/inc/ViewShellManager.hxx:
+ #std::unique_ptr deleter type has to be complete
+ - o3tl/deleter.hxx
+ sd/source/ui/inc/ViewTabBar.hxx:
+ # base class has to be a complete type
+ - com/sun/star/drawing/framework/XConfigurationChangeListener.hpp
+ - com/sun/star/drawing/framework/XTabBar.hpp
+ - com/sun/star/drawing/framework/XToolBar.hpp
+ - com/sun/star/lang/XUnoTunnel.hpp
+