summaryrefslogtreecommitdiff
path: root/sd/IwyuFilter_sd.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-05-27 16:44:14 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-05-30 09:37:11 +0200
commit5d7a28fd2dd7f0c1696d4d8989a5a547e3f2e531 (patch)
treed0cc01307d19e76b3c01d2a59351fa9301b2405a /sd/IwyuFilter_sd.yaml
parent93e33ba279e837356e157745177d7f6061d442b7 (diff)
tdf#42949 Fix more IWYU warnings in sd/inc/
Found with bin/find-unneeded-includes A lot of fallout needed fixing, unfortunately Change-Id: I528cf5fe77199ee72f19fce3de08fe67e7f63dbe Reviewed-on: https://gerrit.libreoffice.org/54884 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd/IwyuFilter_sd.yaml')
-rw-r--r--sd/IwyuFilter_sd.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/sd/IwyuFilter_sd.yaml b/sd/IwyuFilter_sd.yaml
index 106f91d4aa6f..09bb304b60c9 100644
--- a/sd/IwyuFilter_sd.yaml
+++ b/sd/IwyuFilter_sd.yaml
@@ -29,6 +29,18 @@ blacklist:
sd/inc/sderror.hxx:
# needed for defines
- vcl/errcode.hxx
+ sd/inc/sdfilter.hxx:
+ # base class has to be a complete type
+ - com/sun/star/frame/XModel.hpp
+ - com/sun/star/task/XStatusIndicator.hpp
+ sd/inc/sdmod.hxx:
+ # base class has to be a complete type
+ - com/sun/star/beans/XPropertySetInfo.hpp
+ - sot/storage.hxx
+ sd/inc/sdpage.hxx:
+ # base class has to be a complete type
+ - com/sun/star/drawing/XDrawPage.hpp
+ - com/sun/star/office/XAnnotation.hpp
sd/inc/stlfamily.hxx:
# base class has to be a complete type
- com/sun/star/beans/XPropertySet.hpp